mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-17 06:16:59 +08:00
chore: disable rules in oxlint (#9154)
This commit is contained in:
@@ -26,7 +26,7 @@ export function UserDropdown() {
|
||||
fetch('/api/auth/sign-out')
|
||||
.then(() => {
|
||||
toast.success('Logged out successfully');
|
||||
relative();
|
||||
return relative();
|
||||
})
|
||||
.catch(err => {
|
||||
toast.error(`Failed to logout: ${err.message}`);
|
||||
|
||||
Reference in New Issue
Block a user