mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: typo Id
to ID
This commit is contained in:
@ -91,7 +91,7 @@ func (s *Server) registerAuthRoutes(g *echo.Group) {
|
||||
userCreate := &api.UserCreate{
|
||||
Name: signup.Name,
|
||||
PasswordHash: string(passwordHash),
|
||||
OpenId: common.GenUUID(),
|
||||
OpenID: common.GenUUID(),
|
||||
}
|
||||
user, err = s.UserService.CreateUser(userCreate)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user