From 37e6bb159e20f51ac9a3ac014beb6495833cf5ed Mon Sep 17 00:00:00 2001 From: jvyden Date: Thu, 3 Mar 2022 17:33:06 -0500 Subject: [PATCH] Add debug button to speed up account creation --- ProjectLighthouse/Pages/RegisterForm.cshtml | 29 ++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/ProjectLighthouse/Pages/RegisterForm.cshtml b/ProjectLighthouse/Pages/RegisterForm.cshtml index 5573a7e7..9cbbe64e 100644 --- a/ProjectLighthouse/Pages/RegisterForm.cshtml +++ b/ProjectLighthouse/Pages/RegisterForm.cshtml @@ -78,4 +78,31 @@ } - \ No newline at end of file + + +

+ +@if (ServerStatics.IsDebug) +{ + + + +} \ No newline at end of file