feat: 实现完整的用户认证系统 #2

Merged
moyin merged 7 commits from login into main 2025-12-17 14:43:05 +08:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit c14a49a88e - Show all commits

View File

@@ -38,7 +38,7 @@
*
* @author 开发者姓名
* @version 1.0.0
* @since 2024-12-13
* @since 2025-12-13
*/
```
@@ -595,7 +595,7 @@ async createPlayer(email: string, nickname: string): Promise<Player> {
*
* @author 开发团队
* @version 1.0.0
* @since 2024-12-13
* @since 2025-12-13
*/
@Injectable()
export class PlazaService {

View File

@@ -1,2 +1,3 @@
ignoredBuiltDependencies:
- '@nestjs/core'
- bcrypt