1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Admin Portal - Profile

This commit is contained in:
hillelcoren 2022-06-21 07:17:24 +00:00
parent 188619f7d5
commit b03f7b076a

View File

@ -112675,6 +112675,7 @@
t2.redirectUri = 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);