-
{{ t('verification.verification') }}
-
{{ t('verification.phoneVerificationInstruction') }}
-
-
-
diff --git a/src/app/features/profile/phone-verification/phone-verification.page.scss b/src/app/features/profile/phone-verification/phone-verification.page.scss
deleted file mode 100644
index 1f8e59556..000000000
--- a/src/app/features/profile/phone-verification/phone-verification.page.scss
+++ /dev/null
@@ -1,19 +0,0 @@
-mat-toolbar {
- span {
- padding-right: 40px;
- }
-}
-
-.page-content {
- padding-top: 40px;
- padding-left: 20px;
- padding-right: 20px;
-
- form {
- margin-top: 40px;
- }
-
- .submit-button {
- width: 100%;
- }
-}
diff --git a/src/app/features/profile/phone-verification/phone-verification.page.spec.ts b/src/app/features/profile/phone-verification/phone-verification.page.spec.ts
deleted file mode 100644
index 077a939d2..000000000
--- a/src/app/features/profile/phone-verification/phone-verification.page.spec.ts
+++ /dev/null
@@ -1,31 +0,0 @@
-import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
-import { FormlyModule } from '@ngx-formly/core';
-import { FormlyMaterialModule } from '@ngx-formly/material';
-import { SharedTestingModule } from '../../../shared/shared-testing.module';
-import { PhoneVerificationPage } from './phone-verification.page';
-
-describe('PhoneVerificationPage', () => {
- let component: PhoneVerificationPage;
- let fixture: ComponentFixture