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,7 +1,4 @@
import {
OnDestroy,
OnInit,
} from '@angular/core';
import { Directive, OnDestroy, OnInit } from '@angular/core';
import {
ActivatedRoute,
@@ -28,6 +25,7 @@ import { ConstantsService } from '../../services/constants.service';
import * as DuoWebSDK from 'duo_web_sdk';
import { WebAuthn } from '../../misc/webauthn';
@Directive()
export class TwoFactorComponent implements OnInit, OnDestroy {
token: string = '';
remember: boolean = false;