Remove setup menu items after QR code linking
This commit is contained in:
parent
4ea709f2e4
commit
3ad6ff7f05
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue