implement removeLoginBlock rpc

This commit is contained in:
ansuz
2018-06-19 17:17:56 +02:00
parent 577dea4c75
commit cb5fa72dba
8 changed files with 56 additions and 4 deletions

View File

@@ -77,6 +77,9 @@ define({
// Write/update the login block when the account password is changed
'Q_WRITE_LOGIN_BLOCK': true,
// Remove login blocks
'Q_REMOVE_LOGIN_BLOCK': true,
// Check the pin limit to determine if we can store the pad in the drive or if we should.
// display a warning
'Q_GET_PIN_LIMIT_STATUS': true,