This commit is contained in:
parent
310c90d573
commit
b8cf74b3d6
|
|
@ -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")
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue