From 30a3bbb831ed360e3a061248643acaa3189d7c2b Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 5 Apr 2023 21:35:43 +0100 Subject: [PATCH] Code tidy --- js/auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/auth.js b/js/auth.js index f2e4ed6..2dba456 100644 --- a/js/auth.js +++ b/js/auth.js @@ -1,6 +1,6 @@ /* Auth process: User Requests Key => Server emails key to user => - user opens link on auth.html => + user opens link to auth.html => website POSTs key to server => Server checks validity => Server responds with the users auth key => auth.js adds this to localStorage