uiux(@embark/authenticator): Change web backend to Cockpit

This commit is contained in:
Pascal Precht 2019-03-06 12:02:07 +01:00 committed by Iuri Matias
parent 5418f16082
commit 20d3acb8b1
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class Authenticator {
this.events.setCommandHandler('authenticator:url:display', (firstOutput) => {
if(!firstOutput) this.logger.info(__('Previous token has now been used.'));
this.events.request('api:url', (apiUrl) => {
this.logger.info(__('Access the web backend with the following url: %s', (`${apiUrl}?token=${this.authToken}`.underline)));
this.logger.info(__('Enter the Cockpit with the following url: %s', (`${apiUrl}?token=${this.authToken}`.underline)));
});
});