add vault default text option
This commit is contained in:
parent
e2e365c681
commit
71d0fa6900
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class Module(bumblebee.engine.Module):
|
|||
|
||||
def _reset(self):
|
||||
self._timer = None
|
||||
self._text = "<click-for-password>"
|
||||
self._text = str(self.parameter("text", "<click-for-password>"))
|
||||
|
||||
def _callback(self, secret_name):
|
||||
secret_name = secret_name.replace(self._path, "") # remove common path
|
||||
|
|
Loading…
Reference in a new issue