mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-18 11:58:11 +00:00
11 lines
438 B
JavaScript
11 lines
438 B
JavaScript
// =============================================================================
|
|
// `AuthenticationRequest.qml` Logic.
|
|
// =============================================================================
|
|
|
|
.import Linphone 1.0 as Linphone
|
|
|
|
// =============================================================================
|
|
|
|
function confirmPassword () {
|
|
Linphone.AccountSettingsModel.addAuthInfo(dialog.authInfo, password.text, userId.text)
|
|
}
|