mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
First pass on CI support
This commit is contained in:
@@ -220,8 +220,9 @@ export default class AccountManager extends EventTarget {
|
||||
encodeURIComponent(btoa(utils.getString(pubKey))),
|
||||
].join('');
|
||||
|
||||
// eslint-disable-next-line no-console
|
||||
console._log(`provisioning url ${url}`);
|
||||
if (window.CI) {
|
||||
window.CI.setProvisioningURL(url);
|
||||
}
|
||||
|
||||
setProvisioningUrl(url);
|
||||
request.respond(200, 'OK');
|
||||
|
||||
Reference in New Issue
Block a user