Make magic link lobby messages sticky
This commit is contained in:
parent
54bed4ad7f
commit
c5b6b33abd
@ -40,9 +40,9 @@
|
|||||||
<BaseLayout h1="Authentication lobby" title="{$locals.app.name} authentication lobby">
|
<BaseLayout h1="Authentication lobby" title="{$locals.app.name} authentication lobby">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="panel">
|
<div class="panel">
|
||||||
<Message type="success"
|
<Message type="success" sticky
|
||||||
content={`We sent a link to ${$locals.email}. To authenticate, open it from any device.`}/>
|
content={`We sent a link to ${$locals.email}. To authenticate, open it from any device.`}/>
|
||||||
<Message type="info" discreet raw
|
<Message type="info" discreet sticky raw
|
||||||
content={`This link will be valid for ${countdown} and can only be used once.`}/>
|
content={`This link will be valid for ${countdown} and can only be used once.`}/>
|
||||||
|
|
||||||
<p class="center">Waiting for you to open the link...</p>
|
<p class="center">Waiting for you to open the link...</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user