Skip to content
Snippets Groups Projects

Refactor the login handler

Merged ale requested to merge better-login into master
2 files
+ 6
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 5
2
@@ -82,7 +82,7 @@ func staticCssBootstrapMinCss() (*asset, error) {
var _staticCssSigninCss = []byte(`body {
padding-top: 15%;
padding-bottom: 20%;
background-color: #eee;
background-color: #efefef;
}
.form-signin {
max-width: 330px;
@@ -117,6 +117,9 @@ var _staticCssSigninCss = []byte(`body {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.form-signin input[type="text"] {
margin-bottom: 10px;
}
.error {
font-weight: bold;
color: red;
@@ -147,7 +150,7 @@ func staticCssSigninCss() (*asset, error) {
return nil, err
}
info := bindataFileInfo{name: "static/css/signin.css", size: 1009, mode: os.FileMode(420), modTime: time.Unix(1535013418, 0)}
info := bindataFileInfo{name: "static/css/signin.css", size: 1071, mode: os.FileMode(420), modTime: time.Unix(1576447419, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
Loading