Conversation
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^7.0.0", |
There was a problem hiding this comment.
I was getting peer dependency errors without this. Let me know if this is an issue
| // 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.
These didn't appear in any particular order. Is this an okay place to put this?
|
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.ftlwebauthn-authenticate.ftlBut first want to see opinions on this!
p.s. I would appreciate a
hacktoberfest-acceptedlabel if you're okay with it!