mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-22 06:20:19 +01:00
Update otp navbar from v3 to v2
This commit is contained in:
parent
5272fb99c4
commit
786cf80926
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<%- include('../layouts/navbar.ejs', {types: 'v3', title: '2-Factor Verification'}); %>
|
<%- include('../layouts/navbar.ejs', {types: 'v2', title: '2-Factor Verification'}); %>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
Loading…
Reference in a new issue