mirror of
https://github.com/appwrite/appwrite
synced 2026-05-21 07:58:55 +00:00
chore: add comments to v16 migration
This commit is contained in:
parent
d1eae37577
commit
bba9284c3e
1 changed files with 3 additions and 1 deletions
|
|
@ -121,7 +121,9 @@ class V16 extends Migration
|
|||
'duration' => Auth::TOKEN_EXPIRATION_LOGIN_LONG
|
||||
]));
|
||||
|
||||
|
||||
/**
|
||||
* Enable OAuth providers with data
|
||||
*/
|
||||
$authProviders = $document->getAttribute('authProviders', []);
|
||||
|
||||
foreach (Config::getParam('providers') as $provider => $value) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue