Skip to content
Snippets Groups Projects
Commit c9da7d18 authored by ale's avatar ale
Browse files

Bindata update for the 2fa forms

parent 6e9891f4
No related branches found
No related tags found
1 merge request!6Refactor the login handler
......@@ -1106,7 +1106,7 @@ func staticJsU2fJs() (*asset, error) {
var _templatesLogin_otpHtml = []byte(`{{template "header" .}}
<form class="form-signin" action="{{.URLPrefix}}/login" method="post">
<form class="form-signin" action="{{.URLPrefix}}/login/otp" method="post">
{{.CSRFField}}
<div class="row no-gutters">
......@@ -1154,7 +1154,7 @@ func templatesLogin_otpHtml() (*asset, error) {
return nil, err
}
info := bindataFileInfo{name: "templates/login_otp.html", size: 956, mode: os.FileMode(420), modTime: time.Unix(1561884470, 0)}
info := bindataFileInfo{name: "templates/login_otp.html", size: 960, mode: os.FileMode(420), modTime: time.Unix(1576445228, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
......@@ -1232,7 +1232,7 @@ func templatesLogin_passwordHtml() (*asset, error) {
var _templatesLogin_u2fHtml = []byte(`{{template "header" .}}
<form class="form-signin" id="u2fForm" action="{{.URLPrefix}}/login" method="post">
<form class="form-signin" id="u2fForm" action="{{.URLPrefix}}/login/u2f" method="post">
{{.CSRFField}}
<input type="hidden" id="u2fResponseField" name="u2f_response" value="">
......@@ -1282,7 +1282,7 @@ func templatesLogin_u2fHtml() (*asset, error) {
return nil, err
}
info := bindataFileInfo{name: "templates/login_u2f.html", size: 908, mode: os.FileMode(420), modTime: time.Unix(1561884470, 0)}
info := bindataFileInfo{name: "templates/login_u2f.html", size: 912, mode: os.FileMode(420), modTime: time.Unix(1576445233, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment