fix: fix typos

This commit is contained in:
Stavros
2026-05-09 13:42:44 +03:00
parent 886f9a84d6
commit 02b48aa165
7 changed files with 12 additions and 18 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ func (c *UserContext) NewFromSession(session *repository.Session) (*UserContext,
Email: session.Email,
},
}
// By default we assume an unkown name which is oauth
// By default we assume an unknown name which is oauth
default:
c.Provider = ProviderOAuth
c.OAuth = &OAuthContext{