mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Fixed typo in providers.php
Perperation -> Preparation
This commit is contained in:
parent
19eb6c7e50
commit
360054f500
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ return [ // Ordered by ABC.
|
|||
'icon' => 'icon-apple',
|
||||
'enabled' => true,
|
||||
'sandbox' => false,
|
||||
'form' => 'apple.phtml', // Perperation for adding ability to customized OAuth UI forms, currently handled hardcoded.
|
||||
'form' => 'apple.phtml', // Preparation for adding ability to customized OAuth UI forms, currently handled hardcoded.
|
||||
'beta' => true,
|
||||
'mock' => false,
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue