1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Admin Portal - Profile

This commit is contained in:
hillelcoren 2022-05-17 11:48:55 +00:00
parent 8c0830d52c
commit df2a8a506a

View File

@ -393907,7 +393907,7 @@
}; };
A._showAbout____closure6.prototype = { A._showAbout____closure6.prototype = {
call$0() { call$0() {
return A.launch("https://f-droid.org/packages/com.invoiceninja.app/", null, false); return A.launch("https://f-droid.org/packages/com.invoiceninja.app", null, false);
}, },
$signature: 27 $signature: 27
}; };
@ -396887,7 +396887,7 @@
}; };
A._LoginState_build_closure15.prototype = { A._LoginState_build_closure15.prototype = {
call$0() { call$0() {
A.launch("https://status.invoiceninja.com", null, false); A.launch("https://status.invoiceninja.com/", null, false);
}, },
$signature: 1 $signature: 1
}; };
@ -427940,7 +427940,7 @@
}; };
A._AccountOverview_build_closure9.prototype = { A._AccountOverview_build_closure9.prototype = {
call$0() { call$0() {
return A.launch("https://invoiceninja.github.io/docs/developer-guide/", null, false); return A.launch("https://invoiceninja.github.io/docs/developer-guide", null, false);
}, },
$signature: 27 $signature: 27
}; };