mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-25 04:54:23 +00:00
small fixes
This commit is contained in:
@@ -100,7 +100,8 @@
|
||||
} );
|
||||
|
||||
const logout = () => {
|
||||
location.href = localStorage.getItem( 'url' ) + '/logout?return=' + location.href;
|
||||
// location.href = 'http://localhost:8080/logout?return=' + location.href;
|
||||
location.href = 'https://id.janishutz.com/logout?return=' + location.href;
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
@@ -42,7 +42,8 @@
|
||||
sessionStorage.removeItem( 'getRedirectionReason' );
|
||||
|
||||
const logout = () => {
|
||||
location.href = localStorage.getItem( 'url' ) + '/logout?return=' + location.href;
|
||||
// location.href = 'http://localhost:8080/logout?return=' + location.href;
|
||||
location.href = 'https://id.janishutz.com/logout?return=' + location.href;
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user