diff --git a/app/src/app/account/backup/backup.component.html b/app/src/app/account/backup/backup.component.html
index 63429235..82d0d228 100644
--- a/app/src/app/account/backup/backup.component.html
+++ b/app/src/app/account/backup/backup.component.html
@@ -29,7 +29,7 @@
Backup your account
-
diff --git a/app/src/app/introduction/introduction.component.ts b/app/src/app/introduction/introduction.component.ts
index 7919cf3b..b145c648 100644
--- a/app/src/app/introduction/introduction.component.ts
+++ b/app/src/app/introduction/introduction.component.ts
@@ -16,4 +16,7 @@ export class IntroductionComponent {
appService = inject(AppService);
reset = computed(() => (this.appService.account().passwordHash));
+
+ backup = computed(() => (this.appService.state().backupConfirmed));
+
}