feat(GODT-2610): re-use previous password when removing and adding back account.

This commit is contained in:
Xavier Michelon
2023-05-04 19:57:17 +02:00
parent 01aa19edff
commit eee2c73a61
11 changed files with 161 additions and 6 deletions

View File

@ -114,6 +114,7 @@ func (t *testCtx) initBridge() (<-chan events.Event, error) {
} else if corrupt {
return nil, fmt.Errorf("vault is corrupt")
}
t.vault = vault
// Create the underlying cookie jar.
jar, err := cookiejar.New(nil)