mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 17:25:32 +00:00
acces token table
This commit is contained in:
@@ -87,6 +87,13 @@ func sessionTokensFields(usersCollectionId string) core.FieldsList {
|
||||
Name: dbmodels.SESSIONS_PERSIST_FIELD,
|
||||
Presentable: true,
|
||||
},
|
||||
&core.SelectField{
|
||||
Name: dbmodels.SESSIONS_STATUS_FIELD,
|
||||
Required: true,
|
||||
Presentable: true,
|
||||
MaxSelect: 1,
|
||||
Values: dbmodels.TOKEN_STATUS_VALUES,
|
||||
},
|
||||
)
|
||||
|
||||
return fields
|
||||
|
||||
Reference in New Issue
Block a user