Skip to content

Commit

Permalink
Supprimer Laurent (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdauphant authored Mar 23, 2020
1 parent ba99ff5 commit ff25379
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions app/models/User.scala
Original file line number Diff line number Diff line change
Expand Up @@ -118,23 +118,6 @@ object User {
expert = false,
cguAcceptationDate = Some(date)
),
User(
UUIDHelper.namedFrom("laurent"),
Hash.sha256(s"laurent"),
"Laurent COURTOIS-COURRET",
"Expert A+",
"[email protected]",
true,
false,
true,
Area.all.map(_.id),
date,
"75056",
true,
disabled = false,
expert = false,
cguAcceptationDate = Some(date)
),
User(
id = UUIDHelper.namedFrom("dunia"),
key = Hash.sha256("dunia"),
Expand Down

0 comments on commit ff25379

Please sign in to comment.