|
|
@ -63,7 +63,6 @@ public class AuthDiscordController { |
|
|
|
<body> |
|
|
|
<script type="text/javascript"> |
|
|
|
if(window.location.hash) { |
|
|
|
alert(window.location.hash); |
|
|
|
let url = window.location.origin + window.location.pathname + "?" + window.location.hash.substring(1); |
|
|
|
window.location.replace(url); |
|
|
|
} else { |
|
|
|