mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-24 22:47:06 +02:00
remove room lock.
This commit is contained in:
parent
d1fccf5ab6
commit
ecfce6c886
5 changed files with 6 additions and 88 deletions
|
@ -25,6 +25,7 @@ func (manager *SessionManagerCtx) Authenticate(r *http.Request) (types.Session,
|
|||
return nil, fmt.Errorf("invalid password")
|
||||
}
|
||||
|
||||
// TODO: Enable persistent user autentication.
|
||||
return manager.Create(types.MemberProfile{
|
||||
IsAdmin: isAdmin,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue