Add key exporting to account settings

This commit is contained in:
miruka
2019-09-07 19:17:32 -04:00
parent 11486ab51d
commit a87f98fae0
5 changed files with 64 additions and 16 deletions

View File

@@ -28,10 +28,10 @@ Popup {
function verifyPassword(pass, callback) {
// Implement this function when using this component.
// Return true on success, false on invalid password, or
// Can be reimplemented when using this component.
// Pass to the callback true on success, false on invalid password, or
// a [error message, translated] array for any other error.
return ["Verification not implemented", false]
callback(true)
}