Skip to content

Commit

Permalink
chore: update warning message returned
Browse files Browse the repository at this point in the history
  • Loading branch information
kangmingtay authored Jan 29, 2025
1 parent b1771da commit 85c583c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GoTrueClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ export default class GoTrueClient {
if (this.storage.isServer) {
currentSession.user = userNotAvailableProxy(
currentSession.user,
'User object comes from insecure storage and may not be authentic. Call getUser() instead to prevent security issues.'
'User object comes from insecure storage and cannot be trusted. Call getUser() instead to obtain a trusted user object.'
)
}

Expand Down

0 comments on commit 85c583c

Please sign in to comment.