Skip to content

Commit 2a506ef

Browse files
Added session logout field to users (#188)
1 parent 765ca08 commit 2a506ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ class User(Base):
228228
sso_provider = Column(String)
229229
oidc_identifier = Column(String)
230230
use_new_cognition_ui = Column(Boolean, default=True)
231+
auto_logout_minutes = Column(Integer)
231232

232233

233234
class Team(Base):

0 commit comments

Comments
 (0)