2021-07-12 08:06:13 +00:00
|
|
|
<!-- Completely separate static html should improve silent login performance as we don't need to load entire SPA. -->
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2021-07-14 06:15:04 +00:00
|
|
|
|
2021-07-12 08:06:13 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>authentication</title>
|
|
|
|
</head>
|
2021-07-14 06:15:04 +00:00
|
|
|
|
2021-07-12 08:06:13 +00:00
|
|
|
<body>
|
|
|
|
<div>
|
2021-07-14 06:15:04 +00:00
|
|
|
Processing... If you're seeing this, you may want to <a href="/">go back to the app</a>.
|
2021-07-12 08:06:13 +00:00
|
|
|
</div>
|
|
|
|
</body>
|
2021-07-14 06:15:04 +00:00
|
|
|
|
2021-07-12 08:06:13 +00:00
|
|
|
</html>
|