From 26affb11c0429b1e3562d5f6cb939033c0b29413 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 20 Apr 2020 20:23:09 -0600 Subject: [PATCH 1/2] Update 2FA Checkpoint, add username + logout button and numeric inputmode --- resources/views/auth/checkpoint.blade.php | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/resources/views/auth/checkpoint.blade.php b/resources/views/auth/checkpoint.blade.php index d7f1ed306..7f949aca1 100644 --- a/resources/views/auth/checkpoint.blade.php +++ b/resources/views/auth/checkpoint.blade.php @@ -6,7 +6,10 @@
-

Verify 2FA Code to continue

+

Verify Two Factor Code

+
+
+ If you lose access to your 2FA device, contact the admins.
@@ -16,7 +19,7 @@
- + @if ($errors->has('code')) @@ -37,6 +40,15 @@
+
From 07ecb14071614fa8dbc895dbfaf01cb1e5856fa3 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 20 Apr 2020 20:23:47 -0600 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17ea7f59e..8945d146d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Updated PostComponent, fix remote urls ([42716ccc](https://github.com/pixelfed/pixelfed/commit/42716ccc)) - Updated PostComponent, fix missing like button on comments ([132c1dce](https://github.com/pixelfed/pixelfed/commit/132c1dce)) - Updated PostComponent.vue, fix load more comments button ([847599ad](https://github.com/pixelfed/pixelfed/commit/847599ad)) +- Updated 2FA Checkpoint, add username + logout button and numeric inputmode ([26affb11](https://github.com/pixelfed/pixelfed/commit/26affb11)) ## [v0.10.9 (2020-04-17)](https://github.com/pixelfed/pixelfed/compare/v0.10.8...v0.10.9)