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

Update bindata for templates

parent 9220c57f
No related branches found
No related tags found
No related merge requests found
...@@ -150,7 +150,7 @@ func staticCssSigninCss() (*asset, error) { ...@@ -150,7 +150,7 @@ func staticCssSigninCss() (*asset, error) {
return nil, err return nil, err
} }
info := bindataFileInfo{name: "static/css/signin.css", size: 1071, mode: os.FileMode(420), modTime: time.Unix(1576447419, 0)} info := bindataFileInfo{name: "static/css/signin.css", size: 1071, mode: os.FileMode(420), modTime: time.Unix(1576745577, 0)}
a := &asset{bytes: bytes, info: info} a := &asset{bytes: bytes, info: info}
return a, nil return a, nil
} }
...@@ -1115,7 +1115,7 @@ var _templatesLogin_otpHtml = []byte(`{{template "header" .}} ...@@ -1115,7 +1115,7 @@ var _templatesLogin_otpHtml = []byte(`{{template "header" .}}
<div class="row no-gutters"> <div class="row no-gutters">
{{if .SiteLogo}} {{if .SiteLogo}}
<div class="col-sm-auto"> <div class="col-sm-auto">
<img src="./img/site_logo"> <img src="{{.URLPrefix}}/img/site_logo">
</div> </div>
{{end}} {{end}}
<div class="col-sm-auto"> <div class="col-sm-auto">
...@@ -1157,7 +1157,7 @@ func templatesLogin_otpHtml() (*asset, error) { ...@@ -1157,7 +1157,7 @@ func templatesLogin_otpHtml() (*asset, error) {
return nil, err return nil, err
} }
info := bindataFileInfo{name: "templates/login_otp.html", size: 960, mode: os.FileMode(420), modTime: time.Unix(1576445228, 0)} info := bindataFileInfo{name: "templates/login_otp.html", size: 973, mode: os.FileMode(420), modTime: time.Unix(1576746408, 0)}
a := &asset{bytes: bytes, info: info} a := &asset{bytes: bytes, info: info}
return a, nil return a, nil
} }
...@@ -1170,7 +1170,7 @@ var _templatesLogin_passwordHtml = []byte(`{{template "header" .}} ...@@ -1170,7 +1170,7 @@ var _templatesLogin_passwordHtml = []byte(`{{template "header" .}}
<div class="row no-gutters"> <div class="row no-gutters">
{{if .SiteLogo}} {{if .SiteLogo}}
<div class="col-sm-auto"> <div class="col-sm-auto">
<img src="./img/site_logo"> <img src="{{.URLPrefix}}/img/site_logo">
</div> </div>
{{end}} {{end}}
<div class="col-sm-auto"> <div class="col-sm-auto">
...@@ -1228,7 +1228,7 @@ func templatesLogin_passwordHtml() (*asset, error) { ...@@ -1228,7 +1228,7 @@ func templatesLogin_passwordHtml() (*asset, error) {
return nil, err return nil, err
} }
info := bindataFileInfo{name: "templates/login_password.html", size: 1432, mode: os.FileMode(420), modTime: time.Unix(1561884470, 0)} info := bindataFileInfo{name: "templates/login_password.html", size: 1445, mode: os.FileMode(420), modTime: time.Unix(1576746425, 0)}
a := &asset{bytes: bytes, info: info} a := &asset{bytes: bytes, info: info}
return a, nil return a, nil
} }
...@@ -1242,7 +1242,7 @@ var _templatesLogin_u2fHtml = []byte(`{{template "header" .}} ...@@ -1242,7 +1242,7 @@ var _templatesLogin_u2fHtml = []byte(`{{template "header" .}}
<div class="row no-gutters"> <div class="row no-gutters">
{{if .SiteLogo}} {{if .SiteLogo}}
<div class="col-sm-auto"> <div class="col-sm-auto">
<img src="./img/site_logo"> <img src="{{.URLPrefix}}/img/site_logo">
</div> </div>
{{end}} {{end}}
<div class="col-sm-auto"> <div class="col-sm-auto">
...@@ -1285,7 +1285,7 @@ func templatesLogin_u2fHtml() (*asset, error) { ...@@ -1285,7 +1285,7 @@ func templatesLogin_u2fHtml() (*asset, error) {
return nil, err return nil, err
} }
info := bindataFileInfo{name: "templates/login_u2f.html", size: 912, mode: os.FileMode(420), modTime: time.Unix(1576445233, 0)} info := bindataFileInfo{name: "templates/login_u2f.html", size: 925, mode: os.FileMode(420), modTime: time.Unix(1576746452, 0)}
a := &asset{bytes: bytes, info: info} a := &asset{bytes: bytes, info: info}
return a, nil return a, nil
} }
...@@ -1394,7 +1394,7 @@ func templatesPageHtml() (*asset, error) { ...@@ -1394,7 +1394,7 @@ func templatesPageHtml() (*asset, error) {
return nil, err return nil, err
} }
info := bindataFileInfo{name: "templates/page.html", size: 1476, mode: os.FileMode(420), modTime: time.Unix(1576422396, 0)} info := bindataFileInfo{name: "templates/page.html", size: 1476, mode: os.FileMode(420), modTime: time.Unix(1576745577, 0)}
a := &asset{bytes: bytes, info: info} a := &asset{bytes: bytes, info: info}
return a, nil return a, nil
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment