Make magic link lobby messages sticky

This commit is contained in:
Alice Gaudon 2021-11-09 19:15:26 +01:00
parent 54bed4ad7f
commit c5b6b33abd
1 changed files with 2 additions and 2 deletions

View File

@ -40,9 +40,9 @@
<BaseLayout h1="Authentication lobby" title="{$locals.app.name} authentication lobby">
<div class="container">
<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.`}/>
<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.`}/>
<p class="center">Waiting for you to open the link...</p>