Skip to content

Commit e37942d

Browse files
Remove LoginViaAuthRequestComponentV1 and related functionality
1 parent 4308cd8 commit e37942d

14 files changed

+4
-1077
lines changed

apps/browser/src/auth/popup/login-via-auth-request-v1.component.html

-68
This file was deleted.

apps/browser/src/auth/popup/login-via-auth-request-v1.component.ts

-85
This file was deleted.

apps/browser/src/popup/app.module.ts

-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import { EnvironmentComponent } from "../auth/popup/environment.component";
2323
import { ExtensionAnonLayoutWrapperComponent } from "../auth/popup/extension-anon-layout-wrapper/extension-anon-layout-wrapper.component";
2424
import { HintComponent } from "../auth/popup/hint.component";
2525
import { LoginDecryptionOptionsComponentV1 } from "../auth/popup/login-decryption-options/login-decryption-options-v1.component";
26-
import { LoginViaAuthRequestComponentV1 } from "../auth/popup/login-via-auth-request-v1.component";
2726
import { RemovePasswordComponent } from "../auth/popup/remove-password.component";
2827
import { SetPasswordComponent } from "../auth/popup/set-password.component";
2928
import { AccountSecurityComponent } from "../auth/popup/settings/account-security.component";
@@ -96,7 +95,6 @@ import "../platform/popup/locales";
9695
ColorPasswordCountPipe,
9796
EnvironmentComponent,
9897
HintComponent,
99-
LoginViaAuthRequestComponentV1,
10098
LoginDecryptionOptionsComponentV1,
10199
SetPasswordComponent,
102100
SsoComponentV1,

apps/browser/src/popup/scss/base.scss

-32
Original file line numberDiff line numberDiff line change
@@ -448,38 +448,6 @@ main:not(popup-page main) {
448448
width: 100%;
449449
}
450450

451-
.login-with-device {
452-
.fingerprint-phrase-header {
453-
padding-top: 1rem;
454-
display: block;
455-
}
456-
457-
@include themify($themes) {
458-
.fingerprint-text {
459-
color: themed("codeColor");
460-
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
461-
monospace;
462-
padding: 1rem 0;
463-
}
464-
}
465-
466-
.resend-notification {
467-
padding-bottom: 1rem;
468-
a {
469-
cursor: pointer;
470-
}
471-
}
472-
473-
.footer {
474-
padding-top: 1rem;
475-
476-
a {
477-
padding-top: 1rem;
478-
display: block;
479-
}
480-
}
481-
}
482-
483451
#login-initiated {
484452
.margin-auto {
485453
margin: auto;

apps/desktop/src/auth/login/login-via-auth-request-v1.component.html

-80
This file was deleted.

0 commit comments

Comments
 (0)