Added User List table
This commit is contained in:
@@ -51,6 +51,7 @@ const SignInForm = () => {
|
||||
});
|
||||
},
|
||||
onError: (ctx) => {
|
||||
console.error(ctx.error.code);
|
||||
toast.error(
|
||||
(
|
||||
m[`backend_${ctx.error.code}` as keyof typeof m] as () => string
|
||||
|
||||
Reference in New Issue
Block a user