We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576b3ad commit 72046dfCopy full SHA for 72046df
ui/pages/routes/confirmation-handler.tsx
@@ -79,7 +79,11 @@ export const ConfirmationHandler = () => {
79
(approval) =>
80
approval.type === 'wallet_installSnap' ||
81
approval.type === 'wallet_updateSnap' ||
82
- approval.type === 'wallet_installSnapResult',
+ approval.type === 'wallet_installSnapResult' ||
83
+ approval.type === 'snap_manageAccounts:showSnapAccountRedirect' ||
84
+ approval.type === 'snap_manageAccounts:confirmAccountCreation' ||
85
+ approval.type === 'snap_manageAccounts:confirmAccountRemoval' ||
86
+ approval.type === 'snap_manageAccounts:showNameSnapAccount',
87
);
88
89
// Ported from home.component - componentDidMount/componentDidUpdate
0 commit comments