fix: missing files
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>feat-otp-verification
parent
29ddc73012
commit
a8a8089f33
|
@ -1,32 +1,11 @@
|
||||||
<!DOCTYPE html>
|
{
|
||||||
<html lang="en">
|
"Base":"{{ .Base }}",
|
||||||
<head>
|
"DuoSelfEnrollment":"{{ .DuoSelfEnrollment }}",
|
||||||
<base href="{{ .BaseURL }}" />
|
"LogoOverride":"{{ .LogoOverride }}",
|
||||||
<meta property="csp-nonce" content="{{ .CSPNonce }}" />
|
"RememberMe":"{{ .RememberMe }}",
|
||||||
<meta charset="utf-8" />
|
"ResetPassword":"{{ .ResetPassword }}",
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
"ResetPasswordCustomURL":"{{ .ResetPasswordCustomURL }}",
|
||||||
<meta name="theme-color" content="#000000" />
|
"PrivacyPolicyURL":"{{ .PrivacyPolicyURL }}",
|
||||||
<meta name="description" content="Authelia login portal for your apps" />
|
"PrivacyPolicyAccept":"{{ .PrivacyPolicyAccept }}",
|
||||||
<link rel="manifest" href="./manifest.json" />
|
"Theme":"{{ .Theme }}"
|
||||||
<link rel="icon" href="./favicon.ico" />
|
}
|
||||||
<title>Login - Authelia</title>
|
|
||||||
<script type="module" crossorigin src="./static/js/index.78b807a3.js"></script>
|
|
||||||
<link rel="stylesheet" href="./static/css/index.9502ad8b.css">
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body
|
|
||||||
data-basepath="{{ .Base }}"
|
|
||||||
data-duoselfenrollment="{{ .DuoSelfEnrollment }}"
|
|
||||||
data-logooverride="{{ .LogoOverride }}"
|
|
||||||
data-privacypolicyaccept="{{ .PrivacyPolicyAccept }}"
|
|
||||||
data-privacypolicyurl="{{ .PrivacyPolicyURL }}"
|
|
||||||
data-rememberme="{{ .RememberMe }}"
|
|
||||||
data-resetpassword="{{ .ResetPassword }}"
|
|
||||||
data-resetpasswordcustomurl="{{ .ResetPasswordCustomURL }}"
|
|
||||||
data-theme="{{ .Theme }}"
|
|
||||||
>
|
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
||||||
<div id="root"></div>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
Loading…
Reference in New Issue