Remove saved account on incorrect password

This commit is contained in:
Natsumi
2026-01-23 01:27:17 +13:00
committed by pa
parent 3b38a4ae61
commit 0a0af0db75
4 changed files with 55 additions and 65 deletions

View File

@@ -33,7 +33,7 @@
style="
display: grid;
grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
gap: 15px;
gap: 5px;
margin-top: 10px;
max-height: 600px;
overflow-y: auto;

View File

@@ -23,7 +23,7 @@
currentUser.$homeLocation &&
currentUser.$homeLocation.worldId === worldDialog.id
"
style="margin-right: 5px" />
class="inline-block" />
{{ worldDialog.ref.name }}
</span>
</div>