diff --git a/frontend/projects/setup-wizard/src/app/pages/success/download-doc/download-doc.component.html b/frontend/projects/setup-wizard/src/app/pages/success/download-doc/download-doc.component.html
new file mode 100644
index 000000000..88208468b
--- /dev/null
+++ b/frontend/projects/setup-wizard/src/app/pages/success/download-doc/download-doc.component.html
@@ -0,0 +1,125 @@
+
+
+
+ Embassy Address Info
+
+
+
+
+ Embassy Address Info
+
+
+
+
+ Access from home (LAN)
+
+
+ Visit the address below when you are connected to the same WiFi or
+ Local Area Network (LAN) as your Embassy:
+
+
+
+
+
+
Important!
+
+ Be sure to
+
+ follow the instructions
+
+ to establish a secure connection by installing your Embassy's
+ certificate.
+
+
+
+
+
+
+
+
+ Access on the go (Tor)
+
+ Visit the address below when you are away from home:
+
+
+
+
+
+
+
+
diff --git a/frontend/projects/setup-wizard/src/app/pages/success/download-doc/download-doc.component.ts b/frontend/projects/setup-wizard/src/app/pages/success/download-doc/download-doc.component.ts
new file mode 100644
index 000000000..8eeae10f5
--- /dev/null
+++ b/frontend/projects/setup-wizard/src/app/pages/success/download-doc/download-doc.component.ts
@@ -0,0 +1,7 @@
+import { Component } from '@angular/core'
+
+@Component({
+ selector: 'download-doc',
+ templateUrl: 'download-doc.component.html',
+})
+export class DownloadDocComponent {}
diff --git a/frontend/projects/setup-wizard/src/app/pages/success/success.module.ts b/frontend/projects/setup-wizard/src/app/pages/success/success.module.ts
index 3562c9e16..199896da0 100644
--- a/frontend/projects/setup-wizard/src/app/pages/success/success.module.ts
+++ b/frontend/projects/setup-wizard/src/app/pages/success/success.module.ts
@@ -5,6 +5,7 @@ import { FormsModule } from '@angular/forms'
import { SuccessPage } from './success.page'
import { PasswordPageModule } from '../../modals/password/password.module'
import { SuccessPageRoutingModule } from './success-routing.module'
+import { DownloadDocComponent } from './download-doc/download-doc.component'
@NgModule({
imports: [
@@ -14,7 +15,7 @@ import { SuccessPageRoutingModule } from './success-routing.module'
PasswordPageModule,
SuccessPageRoutingModule,
],
- declarations: [SuccessPage],
+ declarations: [SuccessPage, DownloadDocComponent],
exports: [SuccessPage],
})
export class SuccessPageModule {}
diff --git a/frontend/projects/setup-wizard/src/app/pages/success/success.page.html b/frontend/projects/setup-wizard/src/app/pages/success/success.page.html
index 975c48373..eabb22656 100644
--- a/frontend/projects/setup-wizard/src/app/pages/success/success.page.html
+++ b/frontend/projects/setup-wizard/src/app/pages/success/success.page.html
@@ -85,144 +85,8 @@
-
-
-
-
- Embassy Address Info
-
-
-
-
- Access from home (LAN)
-
-
- Visit the address below when you are connected to the same
- WiFi or Local Area Network (LAN) as your Embassy:
-
-
-
-
-
-
- Important!
-
-
- Be sure to
-
- follow the instructions
-
- to establish a secure connection by installing your
- Embassy's certificate.
-
-
-
-
-
-
-
-
- Access on the go (Tor)
-
- Visit the address below when you are away from home:
-
-
-
-
-
-
-
+