Make more of the codebase conform to strict types (#10857)
This commit is contained in:
committed by
GitHub
parent
7f017a84c2
commit
6a3f59cc76
@@ -56,7 +56,7 @@ export default class AddThreepid {
|
||||
private sessionId: string;
|
||||
private submitUrl?: string;
|
||||
private clientSecret: string;
|
||||
private bind: boolean;
|
||||
private bind = false;
|
||||
|
||||
public constructor() {
|
||||
this.clientSecret = MatrixClientPeg.get().generateClientSecret();
|
||||
|
||||
Reference in New Issue
Block a user