1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Admin Portal - Profile

This commit is contained in:
hillelcoren 2022-09-12 05:12:59 +00:00
parent 421edbd23b
commit e686e85192

View File

@ -421039,10 +421039,8 @@
case 0:
// Function start
$async$handler = 3;
t1 = A._setArrayType([B.AppleIDAuthorizationScopes_0, B.AppleIDAuthorizationScopes_1], type$.JSArray_legacy_AppleIDAuthorizationScopes);
t2 = A.Uri_parse(A.cleanApiUrl(A.WebUtils_apiUrl()), 0, null);
$async$goto = 6;
return A._asyncAwait(A.SignInWithApple_getAppleIDCredential(t1, new A.WebAuthenticationOptions("com.invoiceninja.client", t2)), $async$call$5$oneTimePassword$secret$url);
return A._asyncAwait(A.SignInWithApple_getAppleIDCredential(A._setArrayType([B.AppleIDAuthorizationScopes_0, B.AppleIDAuthorizationScopes_1], type$.JSArray_legacy_AppleIDAuthorizationScopes), new A.WebAuthenticationOptions("com.invoiceninja.client", A.Uri_parse("https://invoicing.co/auth/apple", 0, null))), $async$call$5$oneTimePassword$secret$url);
case 6:
// returning from await.
credentials = $async$result;
@ -421114,10 +421112,8 @@
case 0:
// Function start
$async$handler = 3;
t1 = A._setArrayType([B.AppleIDAuthorizationScopes_0, B.AppleIDAuthorizationScopes_1], type$.JSArray_legacy_AppleIDAuthorizationScopes);
t2 = A.Uri_parse(A.WebUtils_apiUrl(), 0, null);
$async$goto = 6;
return A._asyncAwait(A.SignInWithApple_getAppleIDCredential(t1, new A.WebAuthenticationOptions("com.invoiceninja.client", t2)), $async$call$3);
return A._asyncAwait(A.SignInWithApple_getAppleIDCredential(A._setArrayType([B.AppleIDAuthorizationScopes_0, B.AppleIDAuthorizationScopes_1], type$.JSArray_legacy_AppleIDAuthorizationScopes), new A.WebAuthenticationOptions("com.invoiceninja.client", A.Uri_parse("https://invoicing.co/auth/apple", 0, null))), $async$call$3);
case 6:
// returning from await.
credentials = $async$result;