Merge pull request #3988 from daum/authhelper-ask-and-validate-error-3987
AuthHelper Exception Fix on Store Credentialspull/3991/head
commit
8430a942e5
|
@ -45,7 +45,7 @@ class AuthHelper
|
||||||
}
|
}
|
||||||
throw new \RuntimeException('Please answer (y)es or (n)o');
|
throw new \RuntimeException('Please answer (y)es or (n)o');
|
||||||
},
|
},
|
||||||
false,
|
null,
|
||||||
'y'
|
'y'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue