Add utility method mxLoginWithAccessToken to login with existing access token (#7261)
This commit is contained in:
parent
b69ad0cd0b
commit
aa7cae08aa
3 changed files with 18 additions and 3 deletions
1
src/@types/global.d.ts
vendored
1
src/@types/global.d.ts
vendored
|
@ -100,6 +100,7 @@ declare global {
|
|||
mxOnRecaptchaLoaded?: () => void;
|
||||
electron?: Electron;
|
||||
mxSendSentryReport: (userText: string, issueUrl: string, error: Error) => Promise<void>;
|
||||
mxLoginWithAccessToken: (hsUrl: string, accessToken: string) => Promise<void>;
|
||||
}
|
||||
|
||||
interface DesktopCapturerSource {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue