sessions #2

Merged
admin merged 63 commits from sessions into main 2025-06-16 19:03:01 +02:00
48 changed files with 2098 additions and 147 deletions
Showing only changes of commit e0f2c3219f - Show all commits

View File

@ -62,8 +62,9 @@ export default function LoginPage() {
} catch (err: any) { } catch (err: any) {
console.log(err); console.log(err);
setError( setError(
"Failed to create account. " + err.response?.data?.error ??
(err.message ?? "Unexpected error happened"), err.message ??
"Unexpected error happened",
); );
} finally { } finally {
setLoading(false); setLoading(false);