mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
278 B
12 lines
278 B
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<script src="/scripts/oidc-client.min.js"></script>
|
|
<script>
|
|
Oidc.Log.logger = console;
|
|
Oidc.Log.logLevel = Oidc.Log.INFO;
|
|
|
|
new Oidc.UserManager().signinSilentCallback();
|
|
</script>
|
|
</body>
|
|
</html>
|
|
|