Remove setup menu items after QR code linking
This commit is contained in:
@@ -203,6 +203,8 @@ export function SmartInstallScreen(): ReactElement {
|
|||||||
updateProvisioningUrl,
|
updateProvisioningUrl,
|
||||||
confirmNumber
|
confirmNumber
|
||||||
);
|
);
|
||||||
|
|
||||||
|
window.removeSetupMenuItems();
|
||||||
} catch (err: unknown) {
|
} catch (err: unknown) {
|
||||||
if (hasCleanedUp) {
|
if (hasCleanedUp) {
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user