corbado / javascript

MIT License
7 stars 2 forks source link

Bug fixes 2 #115

Closed Aby-JS closed 5 months ago

incorbador commented 5 months ago

The loading animation for passkeyDelete is currently not centered vertically (tested on Mac Chrome). image

incorbador commented 5 months ago

When I cancel passkeyAppend I am shown the passkey-already-exists dialog. image

Expected behaviour: Let the dialog show a message that says "Passkey creation has been canceled. You can try again."

Aby-JS commented 5 months ago

When I cancel passkeyAppend I am shown the passkey-already-exists dialog. image

Expected behaviour: Let the dialog show a message that says "Passkey creation has been canceled. You can try again."

I think it will be better to not show any dialogs at all in case of cancellation since user is aware of it.

incorbador commented 5 months ago

When I cancel passkeyAppend I am shown the passkey-already-exists dialog. image Expected behaviour: Let the dialog show a message that says "Passkey creation has been canceled. You can try again."

I think it will be better to not show any dialogs at all in case of cancellation since user is aware of it.

that also works for me