mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Minor, fix undefined variable during Passphrase creation.
This commit is contained in:
parent
d7b7b19337
commit
ca6b821cda
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ final class PassphraseCredentialEditController extends PassphraseController {
|
|||
$v_username = $credential->getUsername();
|
||||
$e_username = true;
|
||||
|
||||
$v_is_locked = false;
|
||||
|
||||
$bullet = "\xE2\x80\xA2";
|
||||
|
||||
$v_secret = $credential->getSecretID() ? str_repeat($bullet, 32) : null;
|
||||
|
|
Loading…
Reference in a new issue