diff --git a/src/Appwrite/Auth/Auth.php b/src/Appwrite/Auth/Auth.php index ec47871b9d..e4e7aa5fff 100644 --- a/src/Appwrite/Auth/Auth.php +++ b/src/Appwrite/Auth/Auth.php @@ -39,7 +39,7 @@ class Auth */ const SESSION_PROVIDER_EMAIL = 'email'; const SESSION_PROVIDER_ANONYMOUS = 'anonymous'; - const SESSION_PROVIDER_MAGIC_URL = 'magicUrl'; + const SESSION_PROVIDER_MAGIC_URL = 'magic-url'; /** * Token Expiration times.