mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-10 00:16:21 +01:00
Updated Header to include register-error css
This commit is contained in:
parent
6fedca2138
commit
15586a997e
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@
|
|||
<link href="/css/register-verification-completed.css" rel="stylesheet">
|
||||
<% } else if(state == "register-verification-sent") { %>
|
||||
<link href="/css/register-verification-sent.css" rel="stylesheet">
|
||||
<% } else if(state == "register-error") { %>
|
||||
<link href="/css/register-error.css" rel="stylesheet">
|
||||
<% } else if(state == "forgot-password") { %>
|
||||
<link href="/css/forgot-password.css" rel="stylesheet">
|
||||
<% } else if(state == "otp") { %>
|
||||
|
|
Loading…
Reference in a new issue