init
This commit is contained in:
19
custom_components/openid/token.html
Normal file
19
custom_components/openid/token.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<h1>JavaScript is disabled</h1>
|
||||
<p>Please enable JavaScript to use this application.</p>
|
||||
</noscript>
|
||||
|
||||
<script>
|
||||
localStorage.setItem('hassTokens', '<<hassTokens>>');
|
||||
window.location.href = '<<redirect>>';
|
||||
</script>
|
||||
|
||||
<a href="<<redirect>>">Click here if you are not redirected automatically</a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user