mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
[gitlab] fix unique account check
IDEA-312958 Fixed GitOrigin-RevId: ee48a66bc3ac3ac86640e15a350d69a561b98b59
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c92e8c72b7
commit
4cf4dc74e2
@@ -25,5 +25,5 @@ internal class GitLabAccountsPanelActionsController(private val project: Project
|
||||
}
|
||||
|
||||
private fun isAccountUnique(serverPath: GitLabServerPath, username: String) =
|
||||
model.accounts.none { it.server == serverPath || it.name == username }
|
||||
model.accounts.none { it.server == serverPath && it.name == username }
|
||||
}
|
||||
Reference in New Issue
Block a user