Skip to content

Commit

Permalink
chore: re-added enforceLogin property to config
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmcquade committed Mar 26, 2024
1 parent 37239d1 commit 9ea9ec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ config.firebase = {
// Override constants
config.app_config!.APP_LANGUAGES!.default = "tz_sw";
config.app_config!.APP_SIDEMENU_DEFAULTS!.title = "ParentApp (TZ)";
config.app_config!.APP_AUTHENTICATION_DEFAULTS!.enforceLogin = true;
config.error_logging = { dsn: "https://1bfed3b77f4e4a0f9b55b510915c7f1c@app.glitchtip.com/2233" };

export default config;

0 comments on commit 9ea9ec2

Please sign in to comment.