mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
feat: add method to check for email verification
This commit is contained in:
parent
feb124d165
commit
957a99ce38
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ class Paypal extends OAuth2
|
|||
*/
|
||||
public function isEmailVerififed(): bool
|
||||
{
|
||||
return false
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue