mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
feat(GODT-2610): re-use previous password when removing and adding back account.
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user