fix(auth): add missing method to auth class

This commit is contained in:
Hivert Quentin
2025-03-19 14:05:49 +01:00
parent 7328623e11
commit d1d9024eca
4 changed files with 21 additions and 0 deletions
+6
View File
@@ -72,6 +72,12 @@
return nil;
}
- (NSArray *)getCookiesIfNeeded: (WOContext *)_ctx
{
//Needs to be override by children if needed
return nil;
}
- (NSString *) username
{
return _username;