Improve quality of Typescript types (#10742)
This commit is contained in:
committed by
GitHub
parent
542bf68c63
commit
a4f0b80692
@@ -34,8 +34,8 @@ import { abbreviateUrl } from "./utils/UrlUtils";
|
||||
export class AbortedIdentityActionError extends Error {}
|
||||
|
||||
export default class IdentityAuthClient {
|
||||
private accessToken: string;
|
||||
private tempClient: MatrixClient;
|
||||
private accessToken: string | null = null;
|
||||
private tempClient?: MatrixClient;
|
||||
private authEnabled = true;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user