From 4267221970eac57e96a119673920defec3c337a3 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Tue, 31 Aug 2021 16:37:55 +0545 Subject: [PATCH] Update src/Appwrite/Auth/Auth.php Co-authored-by: Torsten Dittmann --- src/Appwrite/Auth/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.