✨ feat(locales): Update 'deductBalance' to 'giftAmount' across multiple languages and fix newline in announcement.json
This commit is contained in:
@@ -46,7 +46,7 @@ export function Logout() {
|
||||
const pathname = location.pathname;
|
||||
if (!['', '/', '/auth', '/tos'].includes(pathname)) {
|
||||
setRedirectUrl(location.pathname);
|
||||
location.href = `/`;
|
||||
location.href = `/auth`;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user