{% extends 'layouts/base.njk' %} {% set h1 = 'Authentication lobby' %} {% set title = app.name + ' ' + h1 %} {% block body %}
{{ macros.message('success', 'We sent a link to ' + email + '. To authenticate, open it from any device.') }} {{ macros.message('info', 'This link will be valid for and can only be used once.', true, true) }}

Waiting for you to open the link...

{% endblock %} {% block scripts %} {{ macros.websocket(websocketUrl, 'websocketListen', 1, 'isValid') }} {% endblock %}