fix tsc error

This commit is contained in:
J Shamsul Bahri (jibone))
2020-09-22 12:23:09 +08:00
parent eccef941ea
commit 113ac17c2e
@@ -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',