Skip to content

Instantly share code, notes, and snippets.

@hisashiyamaguchi
Created July 15, 2020 05:26
Show Gist options
  • Save hisashiyamaguchi/258a5890cc0c3075dcc50146944e3633 to your computer and use it in GitHub Desktop.
Save hisashiyamaguchi/258a5890cc0c3075dcc50146944e3633 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Travel0 Login</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="https://d2qcgv1x1k2it7.cloudfront.net/css/bootstrap.min.css">
<link rel="stylesheet" href="https://d2qcgv1x1k2it7.cloudfront.net/css/v2/lock-normal-overrides.css">
</head>
<body>
<div id="root"></div>
<script src="https://auth0japan-demo.idfirst.accounts.travel0.net/static/js/bundle.min.js"></script>
<script>
const config = JSON.parse(decodeURIComponent(escape(window.atob("@@config@@"))));
new window.LoginWidget().init({
serverURL: "https://auth0japan-demo.idfirst.accounts.travel0.net",
logo: "https://d2qcgv1x1k2it7.cloudfront.net/icons/logo/travel0-green.svg",
background: "https://d2qcgv1x1k2it7.cloudfront.net/images/Forest-background-2.png",
pageConfig: config
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment