1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

Bump dependencies (#350)

* Bump dependencies
This commit is contained in:
Oscar Hinton
2021-04-22 21:17:14 +02:00
committed by GitHub
parent 11fff06b8c
commit aca098645a
21 changed files with 3752 additions and 5533 deletions

View File

@@ -1,3 +1,4 @@
import { Directive } from '@angular/core';
import {
ActivatedRoute,
Router,
@@ -18,6 +19,7 @@ import { Utils } from '../../misc/utils';
import { AuthResult } from '../../models/domain/authResult';
@Directive()
export class SsoComponent {
identifier: string;
loggingIn = false;