1
0
Fork 0
mirror of synced 2024-06-30 12:10:51 +12:00

feat: vincent error message

This commit is contained in:
loks0n 2024-02-21 08:57:50 +00:00
parent c627fbf2a5
commit dd4809f3c8

View file

@ -284,7 +284,7 @@ return [
],
Exception::USER_API_KEY_AND_SESSION_SET => [
'name' => Exception::USER_API_KEY_AND_SESSION_SET,
'description' => 'API key and a session used in the same request. For guest actions, use only API key. For user actions, use only a session.',
'description' => 'API key and session used in the same request. Use either `setSession` or `setKey`. Learn about which authentication method to use in the SSR docs: https://appwrite.io/docs/products/auth/server-side-rendering',
'code' => 403,
],