Handle web finger to get token in HomeController
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -93,4 +93,9 @@ class AuthenticationOIDCRepositoryImpl extends AuthenticationOIDCRepository {
|
||||
Future<void> deleteTokenOIDC() {
|
||||
return _oidcDataSource.deleteTokenOIDC();
|
||||
}
|
||||
|
||||
@override
|
||||
Future<void> removeAuthDestinationUrl() {
|
||||
return _oidcDataSource.removeAuthDestinationUrl();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user