-
-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add login-username
support
#183
Add login-username
support
#183
Conversation
@@ -59,6 +59,7 @@ | |||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0" | |||
}, | |||
"devDependencies": { | |||
"@babel/core": "^7.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was getting peer dependency errors without this. Let me know if this is an issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem
@@ -13,6 +13,7 @@ import { Reflect } from "tsafe/Reflect"; | |||
// https://github.com/keycloak/keycloak/blob/main/services/src/main/java/org/keycloak/forms/login/freemarker/Templates.java | |||
export const pageIds = [ | |||
"login.ftl", | |||
"login-username.ftl", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These didn't appear in any particular order. Is this an okay place to put this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure
Hey @Mstrodl thank you so much for this great contribution. Would you run |
Shown for the "Username Form" login step. I would also like to work on: - `login-password.ftl` - `webauthn-authenticate.ftl` But first want to see opinions on this!
02bc084
to
e3a0639
Compare
Hmm, I did do this. Looks like I forgot to regenerate the lockfile (I use |
@Mstrodl I've updated the log and released a new version Thanks again! � |
@all-contributors please add @Mstrodl for code |
I've put up a pull request to add @Mstrodl! 🎉 |
Shown for the "Username Form" login step.
I would also like to work on:
login-password.ftl
webauthn-authenticate.ftl
But first want to see opinions on this!
p.s. I would appreciate a
hacktoberfest-accepted
label if you're okay with it!