From c5ed7b895caad6dc4e6d3398fbe3c154a102959c Mon Sep 17 00:00:00 2001 From: KunoiSayami <46131041+KunoiSayami@users.noreply.github.com> Date: Mon, 10 May 2021 12:58:30 +0800 Subject: refactor: Use argon2 instead of sha256 to store password * style: Update html file style --- src/authentication_page.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/authentication_page.html') diff --git a/src/authentication_page.html b/src/authentication_page.html index 73ec85a..c62dce0 100644 --- a/src/authentication_page.html +++ b/src/authentication_page.html @@ -1,9 +1,9 @@

Authentication Required

-
- + + - - - + + +
\ No newline at end of file -- cgit v1.3.1