-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
update webauthn section to feature components #42698
Conversation
f2e7af7
to
5675551
Compare
@@ -25,9 +25,9 @@ | |||
</div> | |||
<div v-else> | |||
<div v-if="step === RegistrationSteps.READY"> | |||
<button @click="start"> | |||
<NcButton @click="start" type="primary"> |
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.
Doesn't primay
make too much attention here?
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 would say primary is fine here. We also use it in the other sections
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.
Probably would also go with tertiary
but not I am not a designer.
Signed-off-by: Simon L <szaimen@e.mail.de>
5675551
to
541f25a
Compare
/compile |
/backport 541f25a to stable28 |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
CI failure unrelated IIRC |
Close #42595
For my own testing