This commit is contained in:
hailin 2025-04-22 17:00:43 +08:00
parent 310c90d573
commit b8cf74b3d6
1 changed files with 2 additions and 1 deletions

View File

@ -88,7 +88,8 @@ export default async function Login({
if (!homeWorkspace) { if (!homeWorkspace) {
//const fallbackMessage = String(t("login.unexpectedError")) //const fallbackMessage = String(t("login.unexpectedError"))
throw new Error( throw new Error(
homeWorkspaceError?.message || "An unexpected error occurred" // homeWorkspaceError?.message || "An unexpected error occurred"
homeWorkspaceError?.message || t("login.unexpectedError")
) )
} }