feat(auth): implemented users and user auth
#5 [Story] Create User Sessions
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
@(sessions: List[controllers.sessions.PlayerSession])
|
||||
@import model.sessions.PlayerSession
|
||||
@(sessions: List[PlayerSession])
|
||||
|
||||
@main("Sessions") {
|
||||
<div id="sessions">
|
||||
|
||||
Reference in New Issue
Block a user