mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-25 15:59:38 +02:00
Fix login issue with different case usernames
This commit is contained in:
parent
5df1c4cba9
commit
abee735aae
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
});
|
||||
</script>
|
||||
|
||||
<div class="toast toast-top toast-end z-50 min-w-20">
|
||||
<div class="toast toast-top mt-14 toast-end z-50 min-w-20">
|
||||
{#each toastList as { type, message, id, duration }}
|
||||
{#if type == 'success'}
|
||||
<div class="alert alert-success">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue