diff --git a/app/src/reducers/ConnectionManager.ts b/app/src/reducers/ConnectionManager.ts index f67c447..5a8f331 100644 --- a/app/src/reducers/ConnectionManager.ts +++ b/app/src/reducers/ConnectionManager.ts @@ -200,7 +200,7 @@ function updateConnection(state: ConnectionManagerState, action: UpdateConnectio if (changeSet.password !== undefined) { changeSet = { changeSet, - username: changeSet.password === '' ? undefined : changeSet.password, + password: changeSet.password === '' ? undefined : changeSet.password, } }