mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:26:51 +00:00
Using username instead of email. Code cleanup
This commit is contained in:
parent
5079372000
commit
59710a51b6
@ -452,7 +452,6 @@ import net.liftweb.util.Helpers._
|
||||
}
|
||||
|
||||
protected def findUserByUsername(name: String): Box[TheUserType] = {
|
||||
println("[findUserByUsername]------------------------------------------> " + name)
|
||||
find(By(this.username, name))
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user