mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
fix(auth): add missing method to auth class
This commit is contained in:
@@ -103,6 +103,12 @@
|
||||
return user;
|
||||
}
|
||||
|
||||
- (NSArray *)getCookiesIfNeeded: (WOContext *)_ctx
|
||||
{
|
||||
//Needs to be override by children if needed
|
||||
return nil;
|
||||
}
|
||||
|
||||
#warning the DAV authenticator is pretty similar to this one. We should enable \
|
||||
the use of the former for Basic auth type through some defaults.
|
||||
- (NSString *) passwordInContext: (WOContext *) context
|
||||
|
||||
Reference in New Issue
Block a user