- added settings page and function
- add Role Ring for avatar and display role for user nav
This commit is contained in:
@@ -51,7 +51,7 @@ const SignInForm = () => {
|
||||
{
|
||||
onSuccess: () => {
|
||||
navigate({ to: '/' })
|
||||
queryClient.invalidateQueries({ queryKey: ['session'] })
|
||||
queryClient.invalidateQueries({ queryKey: ['auth', 'session'] });
|
||||
toast.success(t('loginPage.messages.login_success'))
|
||||
},
|
||||
onError: (ctx) => {
|
||||
|
||||
Reference in New Issue
Block a user