1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

added user description for deactivated units

This commit is contained in:
Fedor Katurov 2021-10-05 15:32:02 +07:00
parent f19fed1c5a
commit 07852df0dc
3 changed files with 27 additions and 6 deletions

1
src/constants/user.ts Normal file
View file

@ -0,0 +1 @@
export const INACTIVE_ACCOUNT_DAYS = 40;