display tweaks and approval page timing
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
|
||||
<Nav />
|
||||
|
||||
<div class="flex flex-col h-screen justify-center items-center space-y-4">
|
||||
<div class="flex flex-col h-screen items-center justify-center p-4 space-y-4">
|
||||
{#await invoke('get_session_status') then status}
|
||||
{#if status === 'locked'}
|
||||
<img src="/static/padlock-closed.svg" alt="A locked padlock" class="w-32" />
|
||||
|
Reference in New Issue
Block a user