From f34ab73ec3ccf5ed0e31c6caa4f1e54df99fdaac Mon Sep 17 00:00:00 2001 From: Alec Rippberger Date: Thu, 24 Apr 2025 16:47:13 -0500 Subject: [PATCH] Use wrapper for caching rmember checkbox --- .../two-factor-auth/two-factor-auth.component.html | 7 +------ .../angular/two-factor-auth/two-factor-auth.component.ts | 8 ++++++++ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/libs/auth/src/angular/two-factor-auth/two-factor-auth.component.html b/libs/auth/src/angular/two-factor-auth/two-factor-auth.component.html index 14a767e541e..8ad35c7b5c6 100644 --- a/libs/auth/src/angular/two-factor-auth/two-factor-auth.component.html +++ b/libs/auth/src/angular/two-factor-auth/two-factor-auth.component.html @@ -38,12 +38,7 @@ /> {{ "dontAskAgainOnThisDeviceFor30Days" | i18n }} - + { const webAuthnSupported = this.platformUtilsService.supportsWebAuthn(this.win);