2020-10-01 13:09:40 +00:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div class="container h-100">
|
|
|
|
<div class="row align-items-center justify-content-center h-100">
|
|
|
|
<div class="col-md-6">
|
|
|
|
<div class="card card-block">
|
|
|
|
<div class="card-body">
|
|
|
|
<h5 class="card-title">Login to the system</h5>
|
|
|
|
<div class="card-text">
|
|
|
|
{{with .Auth.OAuth2}}
|
|
|
|
<a href="oauth2/login" class="btn btn-primary">Login by {{.Title}}</a>
|
|
|
|
{{end}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<br/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2020-10-01 13:58:30 +00:00
|
|
|
<link rel="stylesheet" href="../static/css/bootstrap-material-design.min.css">
|
2020-10-01 13:09:40 +00:00
|
|
|
</body>
|
|
|
|
</html>
|