Update src/Appwrite/Auth/Auth.php

Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
This commit is contained in:
Damodar Lohani 2021-08-31 16:37:55 +05:45 committed by GitHub
parent fe51f50b3f
commit 4267221970
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.