You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at the moment the button is styled by global styles but most times you would like to be able to customize the button. Passing through the className prop would help with that
solid-ui-react/src/components/logIn/index.tsx
Line 38 in 266e75b
solid-ui-react/src/components/logIn/index.tsx
Line 79 in 266e75b
at the moment the button is styled by global styles but most times you would like to be able to customize the button. Passing through the className prop would help with that
const { oidcIssuer, redirectUrl, children, _className,_ authOptions, onError } =
<button _className={ className }_ type="button" onClick={loginHandler} onKeyDown={keyDownHandler}>
The text was updated successfully, but these errors were encountered: