From 2c6ff3b5797f65bfe9a13353cae45c9c768b1d7b Mon Sep 17 00:00:00 2001 From: hillelcoren Date: Tue, 21 Jun 2022 19:38:38 +0000 Subject: [PATCH] Admin Portal - Profile --- public/main.profile.dart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/main.profile.dart.js b/public/main.profile.dart.js index 3f86e9f05605..6294e4d039a0 100644 --- a/public/main.profile.dart.js +++ b/public/main.profile.dart.js @@ -332914,7 +332914,7 @@ case 0: // Function start t1 = type$.legacy_String; - $async$returnValue = $async$self.sendRequest$3$data$secret$url(A.LinkedHashMap_LinkedHashMap$_literal(["id_token", idToken, "provider", provider], t1, t1), secret, A.formatApiUrl(url) + "/oauth_login"); + $async$returnValue = $async$self.sendRequest$3$data$secret$url(A.LinkedHashMap_LinkedHashMap$_literal(["id_token", idToken, "provider", provider, "access_token", accessToken], t1, t1), secret, A.formatApiUrl(url) + "/oauth_login"); // goto return $async$goto = 1; break;