mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-25 13:04:23 +00:00
small fixes
This commit is contained in:
@@ -100,7 +100,8 @@
|
|||||||
} );
|
} );
|
||||||
|
|
||||||
const logout = () => {
|
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>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -42,7 +42,8 @@
|
|||||||
sessionStorage.removeItem( 'getRedirectionReason' );
|
sessionStorage.removeItem( 'getRedirectionReason' );
|
||||||
|
|
||||||
const logout = () => {
|
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>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user