mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: add method to check for email verification
This commit is contained in:
@@ -161,7 +161,7 @@ class Paypal extends OAuth2
|
||||
*/
|
||||
public function isEmailVerififed(): bool
|
||||
{
|
||||
return false
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user