1
0
Fork 0
mirror of synced 2024-06-10 14:54:43 +12:00

Fixed indentation

This commit is contained in:
Eldad Fux 2019-12-26 15:15:47 +02:00
parent 70ca5239f5
commit d3e272b5d5

View file

@ -51,8 +51,8 @@ class Auth
/**
* Token Expiration times.
*/
const TOKEN_EXPIRATION_LOGIN_LONG = 31536000; /* 1 year */
const TOKEN_EXPIRATION_LOGIN_SHORT = 3600; /* 1 hour */
const TOKEN_EXPIRATION_LOGIN_LONG = 31536000; /* 1 year */
const TOKEN_EXPIRATION_LOGIN_SHORT = 3600; /* 1 hour */
const TOKEN_EXPIRATION_RECOVERY = 3600; /* 1 hour */
const TOKEN_EXPIRATION_CONFIRM = 3600 * 24 * 7; /* 7 days */