show approval errors in approval view

This commit is contained in:
2023-05-01 16:53:24 -07:00
parent a75f34865e
commit 760987f09b
5 changed files with 88 additions and 68 deletions

View File

@ -24,7 +24,7 @@
let r = await invoke('unlock', {passphrase});
$appState.credentialStatus = 'unlocked';
if ($appState.currentRequest) {
navigate('ShowResponse');
navigate('Approve');
}
else {
navigate('Home');