Fix enter key naviation in login flow
This commit is contained in:
@@ -30,7 +30,7 @@ LoginStep {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Keys.onReturnPressed: {
|
Keys.onReturnPressed: {
|
||||||
root.action.trigger()
|
root.nextAction.trigger()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ LoginStep {
|
|||||||
statusMessage: LoginHelper.isInvalidPassword ? i18n("Invalid username or password") : ""
|
statusMessage: LoginHelper.isInvalidPassword ? i18n("Invalid username or password") : ""
|
||||||
|
|
||||||
Keys.onReturnPressed: {
|
Keys.onReturnPressed: {
|
||||||
root.action.trigger()
|
root.nextAction.trigger()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user