mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-15 18:02:58 +08:00
fix: center the MFA Code dialog (#199)
This commit is contained in:
@@ -28,6 +28,7 @@ class TerminalUserInteraction(
|
||||
prompt[i],
|
||||
true
|
||||
)
|
||||
dialog.setLocationRelativeTo(owner)
|
||||
dialog.title = instruction ?: name ?: StringUtils.EMPTY
|
||||
passwords[i] = dialog.getText()
|
||||
if (passwords[i].isBlank()) {
|
||||
|
||||
Reference in New Issue
Block a user