fix: missing and incorrect comments

This commit is contained in:
James Houlahan
2020-04-20 16:40:40 +02:00
parent 244a18ac8c
commit d4482994ec
3 changed files with 8 additions and 1 deletions

View File

@ -125,6 +125,7 @@ func (s *Auth) UID() string {
return s.uid
}
// GenToken generates a string token containing the session UID and refresh token.
func (s *Auth) GenToken() string {
if s == nil {
return ""