nosdav / bookmarks

nosdav bookmarks
https://nosdav.github.io/bookmarks/
MIT License
4 stars 1 forks source link

better login ux #13

Closed melvincarvalho closed 4 months ago

melvincarvalho commented 4 months ago
:rocket: This description was created by Ellipsis for commit 41ec8a6f099274e796cd40a53619cdfbdac6c86b

Summary:

Enhanced login UX by adding a success notification using SweetAlert2 in the App class's userLogin function and included the library in index.html.

Key points:


Generated with :heart: by ellipsis.dev

melvincarvalho commented 4 months ago

@elipsis-dev Ensure that the login success notification is only shown if the public key retrieval is successful. Consider adding error handling for cases where getPublicKey might fail.

melvincarvalho commented 4 months ago

@ellipsis-dev Ensure that the login success notification is only shown if the public key retrieval is successful. Consider adding error handling for cases where getPublicKey might fail.