Changed GitLab's applications URL (#10104)
parent
d6a8b0252d
commit
7305d50277
|
@ -118,7 +118,7 @@ class GitLab
|
|||
}
|
||||
|
||||
$this->io->writeError(sprintf('A token will be created and stored in "%s", your password will never be stored', $this->config->getAuthConfigSource()->getName()));
|
||||
$this->io->writeError('To revoke access to this token you can visit '.$scheme.'://'.$originUrl.'/profile/applications');
|
||||
$this->io->writeError('To revoke access to this token you can visit '.$scheme.'://'.$originUrl.'/-/profile/personal_access_tokens');
|
||||
|
||||
$attemptCounter = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue