Admin Portal - Profile

This commit is contained in:
hillelcoren 2022-06-21 19:38:38 +00:00
parent f304246dfc
commit 2c6ff3b579

View File

@ -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;