Skip to content

Commit

Permalink
Remove empty CSS files
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Nov 29, 2024
1 parent e889d51 commit 42f6d40
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import { AuthService } from '@app/auth/services/auth.service';
MatInputModule,
],
templateUrl: './confirm-totp.component.html',
styleUrl: './confirm-totp.component.scss',
})
export class ConfirmTotpComponent {
#authService = inject(AuthService);
Expand Down
1 change: 0 additions & 1 deletion src/app/auth/features/setup-totp/setup-totp.component.scss

This file was deleted.

1 change: 0 additions & 1 deletion src/app/auth/features/setup-totp/setup-totp.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { QRCodeComponent } from 'angularx-qrcode';
selector: 'app-setup-totp',
imports: [CommonModule, QRCodeComponent, MatButtonModule],
templateUrl: './setup-totp.component.html',
styleUrl: './setup-totp.component.scss',
})
export class SetupTotpComponent {
#authService = inject(AuthService);
Expand Down

0 comments on commit 42f6d40

Please sign in to comment.