Remove all mentions of Piwik (#22556)
* Remove all mentions of Piwik * Simplify ModalManager interface * Maintain privacy_policy_url
This commit is contained in:
parent
b69d4b6346
commit
6c37574857
6 changed files with 10 additions and 36 deletions
|
@ -339,7 +339,7 @@ export default class ElectronPlatform extends VectorBasePlatform {
|
|||
) {
|
||||
// this will get intercepted by electron-main will-navigate
|
||||
super.startSingleSignOn(mxClient, loginType, fragmentAfterLogin, idpId);
|
||||
Modal.createTrackedDialog('Electron', 'SSO', InfoDialog, {
|
||||
Modal.createDialog(InfoDialog, {
|
||||
title: _t("Go to your browser to complete Sign In"),
|
||||
description: <Spinner />,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue