mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +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',
|
'icon' => 'icon-apple',
|
||||||
'enabled' => true,
|
'enabled' => true,
|
||||||
'sandbox' => false,
|
'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,
|
'beta' => true,
|
||||||
'mock' => false,
|
'mock' => false,
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue