From d3e272b5d514a5ea210469556d3430f75144c4c1 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Thu, 26 Dec 2019 15:15:47 +0200 Subject: [PATCH] Fixed indentation --- src/Auth/Auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Auth/Auth.php b/src/Auth/Auth.php index 22ffcfde96..a2ed17b663 100644 --- a/src/Auth/Auth.php +++ b/src/Auth/Auth.php @@ -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 */