From bba9284c3ebaad1b78addb33f68cbb2ea83c4cb3 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Thu, 17 Nov 2022 14:58:16 +0100 Subject: [PATCH] chore: add comments to v16 migration --- src/Appwrite/Migration/Version/V16.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Appwrite/Migration/Version/V16.php b/src/Appwrite/Migration/Version/V16.php index e86561e42a..80f43d7d43 100644 --- a/src/Appwrite/Migration/Version/V16.php +++ b/src/Appwrite/Migration/Version/V16.php @@ -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) {