Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dataswifty committed Jun 6, 2024
1 parent 325dfaf commit 1b68ec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hat/app/org/hatdex/hat/api/controllers/Authentication.scala
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ class Authentication @Inject() (
var response = Ok(
Json.toJson(
SuccessResponse(
"TEST If the email you have entered is correct, you will shortly receive an email with password reset instructions"
"If the email you have entered is correct, you will shortly receive an email with password reset instructions"
)
)
)
Expand Down Expand Up @@ -437,7 +437,7 @@ class Authentication @Inject() (

val claimHatRequest = request.body
val email = request.dynamicEnvironment.ownerEmail
val response = Ok(Json.toJson(SuccessResponse("You will shortly receive an email with claim instructions AAA")))
val response = Ok(Json.toJson(SuccessResponse("You will shortly receive an email with claim instructions")))

if (claimHatRequest.email == email)
userService
Expand Down

0 comments on commit 1b68ec6

Please sign in to comment.