Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
go-sso
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
id
go-sso
Commits
c9da7d18
Commit
c9da7d18
authored
5 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Bindata update for the 2fa forms
parent
6e9891f4
No related branches found
Branches containing commit
No related tags found
1 merge request
!6
Refactor the login handler
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
server/bindata.go
+4
-4
4 additions, 4 deletions
server/bindata.go
with
4 additions
and
4 deletions
server/bindata.go
+
4
−
4
View file @
c9da7d18
...
...
@@ -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
:
9
5
6
,
mode
:
os
.
FileMode
(
420
),
modTime
:
time
.
Unix
(
15
61884470
,
0
)}
info
:=
bindataFileInfo
{
name
:
"templates/login_otp.html"
,
size
:
96
0
,
mode
:
os
.
FileMode
(
420
),
modTime
:
time
.
Unix
(
15
76445228
,
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
:
9
08
,
mode
:
os
.
FileMode
(
420
),
modTime
:
time
.
Unix
(
15
61884470
,
0
)}
info
:=
bindataFileInfo
{
name
:
"templates/login_u2f.html"
,
size
:
9
12
,
mode
:
os
.
FileMode
(
420
),
modTime
:
time
.
Unix
(
15
76445233
,
0
)}
a
:=
&
asset
{
bytes
:
bytes
,
info
:
info
}
return
a
,
nil
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment