mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 17:23:50 +02:00
feat: add darkblue theme, refactor dark theme
This commit is contained in:
@@ -449,6 +449,12 @@ export const useAuthStore = defineStore('Auth', () => {
|
||||
type: 'info',
|
||||
callback: (action) => {
|
||||
if (action === 'confirm') {
|
||||
const existingStyle = document.getElementById(
|
||||
'login-container-style'
|
||||
);
|
||||
if (existingStyle) {
|
||||
existingStyle.parentNode.removeChild(existingStyle);
|
||||
}
|
||||
handleLogoutEvent();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user