mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
11 lines
226 B
PHP
11 lines
226 B
PHP
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>SSO Callback | Koel</title>
|
|
<script>
|
|
window.opener.postMessage(@json($token), '*')
|
|
window.close()
|
|
</script>
|
|
</head>
|
|
</html>
|