mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
work on 2fa system
This commit is contained in:
11
src/server/ui/en/2faEnhanced.html
Normal file
11
src/server/ui/en/2faEnhanced.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Two Factor Authentication</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>2fa+</h1>
|
||||
</body>
|
||||
</html>
|
||||
11
src/server/ui/en/2faInvalid.html
Normal file
11
src/server/ui/en/2faInvalid.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Two Factor Authentication Invalid</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>2fa invalid</h1>
|
||||
</body>
|
||||
</html>
|
||||
11
src/server/ui/en/2faSimple.html
Normal file
11
src/server/ui/en/2faSimple.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Two Factor Authentication</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>2fa</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user