Skip to content

Commit

Permalink
setting the auth to True as default
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoaquim committed Apr 3, 2023
1 parent f2404b8 commit 0f007f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openbb_terminal/core/models/system_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class SystemModel(BaseModel):
# Others
TEST_MODE: bool = False
DEBUG_MODE: bool = False
ENABLE_AUTHENTICATION: bool = False
ENABLE_AUTHENTICATION: bool = True

def __repr__(self) -> str: # pylint: disable=useless-super-delegation
return super().__repr__()

0 comments on commit 0f007f6

Please sign in to comment.