mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Admin Portal - Profile
This commit is contained in:
parent
421edbd23b
commit
e686e85192
8
public/main.profile.dart.js
vendored
8
public/main.profile.dart.js
vendored
@ -421039,10 +421039,8 @@
|
|||||||
case 0:
|
case 0:
|
||||||
// Function start
|
// Function start
|
||||||
$async$handler = 3;
|
$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;
|
$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:
|
case 6:
|
||||||
// returning from await.
|
// returning from await.
|
||||||
credentials = $async$result;
|
credentials = $async$result;
|
||||||
@ -421114,10 +421112,8 @@
|
|||||||
case 0:
|
case 0:
|
||||||
// Function start
|
// Function start
|
||||||
$async$handler = 3;
|
$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;
|
$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:
|
case 6:
|
||||||
// returning from await.
|
// returning from await.
|
||||||
credentials = $async$result;
|
credentials = $async$result;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user