Skip to content

Commit 61a2a15

Browse files
Update SparkyFitnessFrontend/src/api/Auth/auth.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent fce8d24 commit 61a2a15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • SparkyFitnessFrontend/src/api/Auth

SparkyFitnessFrontend/src/api/Auth/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export const loginUser = async (
9898

9999
if (!authData?.user) {
100100
throw new Error(
101-
'Registration succeeded but no user data was received from the server.'
101+
'Login succeeded but no user data was received from the server.'
102102
);
103103
}
104104

0 commit comments

Comments
 (0)