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
9ddffc1bdd
commit
e1de510e2c
3
public/main.profile.dart.js
vendored
3
public/main.profile.dart.js
vendored
@ -112672,10 +112672,9 @@
|
||||
// Function start
|
||||
t1 = A.Configuration$(null);
|
||||
t2 = A.BrowserAuthOptions$(null);
|
||||
t2.redirectUri = A.WebUtils_browserUrl();
|
||||
t2.redirectUri = A.cleanApiUrl(A.WebUtils_browserUrl());
|
||||
t2.clientId = "1023b9ce-5b09-4f04-98f8-e1ed85a72332";
|
||||
t1.auth = t2;
|
||||
A.print("## redirectUri: " + A.WebUtils_browserUrl());
|
||||
publicClientApp = A.PublicClientApplication_PublicClientApplication(new A.Configuration(t1));
|
||||
t1 = A.PopupRequest$(null);
|
||||
t2 = A._setArrayType(["user.read"], type$.JSArray_legacy_String);
|
||||
|
Loading…
x
Reference in New Issue
Block a user