mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-13 01:46:23 +01:00
Removed OTP from header
This commit is contained in:
parent
b766d7ad58
commit
8995575802
1 changed files with 0 additions and 2 deletions
|
@ -64,8 +64,6 @@
|
|||
<link href="/css/reset-password.css" rel="stylesheet" />
|
||||
<% } else if(state == "reset-verification-completed") { %>
|
||||
<link href="/css/reset-verification-completed.css" rel="stylesheet" />
|
||||
<% } else if(state == "otp") { %>
|
||||
<link href="/css/otp.css" rel="stylesheet" />
|
||||
<% } else if(state == "register-error") { %>
|
||||
<link href="/css/register-error.css" rel="stylesheet" />
|
||||
<% } else if(state == "faq") { %>
|
||||
|
|
Loading…
Reference in a new issue