Styled oauth2
This commit is contained in:
parent
c417bf63a7
commit
930db146ff
|
@ -1,13 +1,20 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<link rel="stylesheet" type="text/css" href="/static/css/style.css">
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>OAuth2 Test</title>
|
<title>Login to Burgercat</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1 id="text">Login using OAuth2</h1>
|
<div class="accountform">
|
||||||
<button onclick="authorize()">Authorize</button>
|
<br>
|
||||||
|
<a href="/">back</a><br><br>
|
||||||
|
<h1 id="text">Login to Burgercat</h1>
|
||||||
|
<button onclick="authorize()">Log in with Burgerauth Account</button>
|
||||||
|
<br><br>
|
||||||
|
<button onclick="window.location.href = '/login'">Use legacy login</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// Configuration
|
// Configuration
|
||||||
|
|
Reference in New Issue