mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-17 23:04:22 +01:00
Initial commit
This commit is contained in:
5
app/models/User.scala
Normal file
5
app/models/User.scala
Normal file
@@ -0,0 +1,5 @@
|
||||
package models
|
||||
|
||||
import com.mohiva.play.silhouette.api.Identity
|
||||
|
||||
case class User(username: String) extends Identity
|
||||
Reference in New Issue
Block a user