mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-23 17:41:50 +01:00
Updated external user service to return email. The email is a new identifier.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package models
|
||||
|
||||
import com.mohiva.play.silhouette.api.Identity
|
||||
import com.mohiva.play.silhouette.api.{LoginInfo, Identity}
|
||||
|
||||
case class User(username: String) extends Identity
|
||||
case class User(username: String) extends Identity{
|
||||
def loginInfo = LoginInfo(providerID = "credentials-verification", providerKey = username)
|
||||
}
|
||||
Reference in New Issue
Block a user