finish the loading of an invite RegisterAction when clicking on a link

This commit is contained in:
2024-10-06 20:01:07 -06:00
parent 1bfdcab90b
commit 149481d468
14 changed files with 247 additions and 44 deletions

View File

@@ -27,6 +27,9 @@ export enum AppString {
NO_CONTACT_NAME = "(no name)",
}
export const APP_SERVER =
import.meta.env.VITE_APP_SERVER || "https://timesafari.app";
export const DEFAULT_ENDORSER_API_SERVER =
import.meta.env.VITE_DEFAULT_ENDORSER_API_SERVER ||
AppString.TEST_ENDORSER_API_SERVER;