fix tsc error
This commit is contained in:
@@ -62,6 +62,8 @@ export class SamlAuthConnector<SamlResponse> {
|
||||
};
|
||||
}
|
||||
|
||||
async refreshSession(): Promise<any> {}
|
||||
|
||||
async removeSession(): Promise<void> {
|
||||
const res = await fetch(await this.buildUrl('/logout'), {
|
||||
method: 'POST',
|
||||
|
||||
Reference in New Issue
Block a user