mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
(fix) be a bit more verbose when session is expired
This commit is contained in:
@@ -82,7 +82,10 @@
|
||||
value = [SOGoSession valueForSessionKey: _pwd];
|
||||
|
||||
if (!value)
|
||||
return NO;
|
||||
{
|
||||
[self logWithFormat:@"Expired session received, redirecting to login page."];
|
||||
return NO;
|
||||
}
|
||||
|
||||
domain = nil;
|
||||
[SOGoSession decodeValue: value
|
||||
|
||||
Reference in New Issue
Block a user