-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fix key registration #323
Fix key registration #323
Conversation
Let me know if there are any changes I need to make. |
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.
The only thing missing is bumping the version in info.xml
. Change
twofactor_webauthn/appinfo/info.xml
Line 7 in 9c60f87
<version>1.1.0-alpha.0</version> |
Did you want the line to read <version>1.1.1-alpha.0</version> or <version>1.1.0-alpha.1</version> |
The second one :) |
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.
Looks good
It looks like there are some workflows that need to be run before this PR can be merged. Is there anything I need to do on my end? |
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.
Nitpick
When you amend your commit, change the commit message from Fix key registration
to fix(database schema): Fix public key column size
/backport to stable1.0 |
I changed the commit message as you requested. |
My apologies, it seems that I forgot to add a blank line before the footer of the commit message. It should be fixed now. |
Not sure why the commit message check is failing. Perhaps the scope must be limited to a single word? i.e. |
Fixes #233 Signed-off-by: Zev Lee <[email protected]> Signed-off-by: Richard Steinmetz <[email protected]>
/backport to stable1.1 |
/backport to stable1.1 |
Fixes #233
Signed-off-by: Zev Lee [email protected]