2019-03-06 14:27:50 -05:00
|
|
|
@(setSessionUrl: String)(implicit requestHeader: RequestHeader)
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en" class="body-full-height">
|
|
|
|
<head>
|
|
|
|
<!-- META SECTION -->
|
|
|
|
<title>Login</title>
|
2019-06-26 11:21:21 -04:00
|
|
|
<meta name="google" content="notranslate" />
|
2019-03-06 14:27:50 -05:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<meta id="oidc" content="@setSessionUrl" />
|
|
|
|
<!-- END META SECTION -->
|
|
|
|
</head>
|
2021-11-02 17:06:24 -04:00
|
|
|
<body>
|
2019-03-06 14:27:50 -05:00
|
|
|
<a href="@{setSessionUrl}">Finishing login, if not redirected, click this link</a>
|
2021-11-02 17:06:24 -04:00
|
|
|
@* <script src="/public/js/vinyldns.js"></script>*@
|
2019-03-06 14:27:50 -05:00
|
|
|
</body>
|
|
|
|
</html>
|