Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PM-17530] delete obsolete registration component #13181

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
c8be183
Changes base on the ticket request
evan-livefront Jan 7, 2025
d2ac5f3
Merge remote-tracking branch 'refs/remotes/origin/pm-7317-clean-up-olโ€ฆ
cyprain-okeke Jan 14, 2025
f4c6780
Remove registration form
cyprain-okeke Jan 14, 2025
7a37fa2
Merge remote-tracking branch 'refs/remotes/origin/pm-7317-clean-up-olโ€ฆ
cyprain-okeke Jan 14, 2025
5249502
Merge branch 'main' into pm-7317-clean-up-old-components-on-web
cyprain-okeke Jan 14, 2025
465c545
Merge branch 'main' into pm-7317-clean-up-old-components-on-web
cyprain-okeke Jan 15, 2025
90ccc30
Merge branch 'main' into pm-7317-clean-up-old-components-on-web
cyprain-okeke Jan 20, 2025
f421dc9
Merge branch 'main' into pm-7317-clean-up-old-components-on-web
cyprain-okeke Jan 21, 2025
2548194
Move the trial route to Top
cyprain-okeke Jan 21, 2025
d197c11
Merge remote-tracking branch 'refs/remotes/origin/pm-7317-clean-up-olโ€ฆ
cyprain-okeke Jan 21, 2025
925fe91
route the trial to signup
cyprain-okeke Jan 21, 2025
eb85b70
Merge branch 'main' into pm-7317-clean-up-old-components-on-web
cyprain-okeke Jan 22, 2025
96738c6
Remove obsolete registration components
alec-livefront Jan 31, 2025
5221479
Merge branch 'main' into auth/pm-17530/delete-obsolete-registration-cโ€ฆ
alec-livefront Jan 31, 2025
a014921
Merge branch 'main' into auth/pm-17530/delete-obsolete-registration-cโ€ฆ
alec-livefront Feb 4, 2025
1b4c4f5
Merge branch 'main' into auth/pm-17530/delete-obsolete-registration-cโ€ฆ
alec-livefront Feb 4, 2025
e16ca5a
Merge branch 'main' into auth/pm-17530/delete-obsolete-registration-cโ€ฆ
alec-livefront Feb 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
147 changes: 0 additions & 147 deletions apps/browser/src/auth/popup/register.component.html

This file was deleted.

58 changes: 0 additions & 58 deletions apps/browser/src/auth/popup/register.component.ts

This file was deleted.

7 changes: 0 additions & 7 deletions apps/browser/src/popup/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ import { HomeComponent } from "../auth/popup/home.component";
import { LoginDecryptionOptionsComponentV1 } from "../auth/popup/login-decryption-options/login-decryption-options-v1.component";
import { LoginComponentV1 } from "../auth/popup/login-v1.component";
import { LoginViaAuthRequestComponentV1 } from "../auth/popup/login-via-auth-request-v1.component";
import { RegisterComponent } from "../auth/popup/register.component";
import { RemovePasswordComponent } from "../auth/popup/remove-password.component";
import { SetPasswordComponent } from "../auth/popup/set-password.component";
import { AccountSecurityComponent } from "../auth/popup/settings/account-security.component";
Expand Down Expand Up @@ -267,12 +266,6 @@ const routes: Routes = [
canActivate: [authGuard],
data: { elevation: 1 } satisfies RouteDataProperties,
},
{
path: "register",
component: RegisterComponent,
canActivate: [unauthGuardFn(unauthRouteOverrides)],
data: { elevation: 1 } satisfies RouteDataProperties,
},
{
path: "environment",
component: EnvironmentComponent,
Expand Down
2 changes: 0 additions & 2 deletions apps/browser/src/popup/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import { HomeComponent } from "../auth/popup/home.component";
import { LoginDecryptionOptionsComponentV1 } from "../auth/popup/login-decryption-options/login-decryption-options-v1.component";
import { LoginComponentV1 } from "../auth/popup/login-v1.component";
import { LoginViaAuthRequestComponentV1 } from "../auth/popup/login-via-auth-request-v1.component";
import { RegisterComponent } from "../auth/popup/register.component";
import { RemovePasswordComponent } from "../auth/popup/remove-password.component";
import { SetPasswordComponent } from "../auth/popup/set-password.component";
import { AccountSecurityComponent } from "../auth/popup/settings/account-security.component";
Expand Down Expand Up @@ -103,7 +102,6 @@ import "../platform/popup/locales";
LoginViaAuthRequestComponentV1,
LoginComponentV1,
LoginDecryptionOptionsComponentV1,
RegisterComponent,
SetPasswordComponent,
SsoComponentV1,
TabsV2Component,
Expand Down
2 changes: 0 additions & 2 deletions apps/desktop/src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ import { HintComponent } from "../auth/hint.component";
import { LoginDecryptionOptionsComponentV1 } from "../auth/login/login-decryption-options/login-decryption-options-v1.component";
import { LoginComponentV1 } from "../auth/login/login-v1.component";
import { LoginViaAuthRequestComponentV1 } from "../auth/login/login-via-auth-request-v1.component";
import { RegisterComponent } from "../auth/register.component";
import { RemovePasswordComponent } from "../auth/remove-password.component";
import { SetPasswordComponent } from "../auth/set-password.component";
import { SsoComponentV1 } from "../auth/sso-v1.component";
Expand Down Expand Up @@ -136,7 +135,6 @@ const routes: Routes = [
},
} satisfies RouteDataProperties & AnonLayoutWrapperData,
},
{ path: "register", component: RegisterComponent },
{
path: "new-device-notice",
component: AnonLayoutWrapperComponent,
Expand Down
2 changes: 0 additions & 2 deletions apps/desktop/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { DeleteAccountComponent } from "../auth/delete-account.component";
import { EnvironmentComponent } from "../auth/environment.component";
import { HintComponent } from "../auth/hint.component";
import { LoginModule } from "../auth/login/login.module";
import { RegisterComponent } from "../auth/register.component";
import { RemovePasswordComponent } from "../auth/remove-password.component";
import { SetPasswordComponent } from "../auth/set-password.component";
import { SsoComponentV1 } from "../auth/sso-v1.component";
Expand Down Expand Up @@ -80,7 +79,6 @@ import { SendComponent } from "./tools/send/send.component";
NavComponent,
PasswordHistoryComponent,
PremiumComponent,
RegisterComponent,
RemovePasswordComponent,
SearchComponent,
SendAddEditComponent,
Expand Down
Loading
Loading