From 52f92e3728e82e525e88fe893181bb1283b760e8 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期二, 05 八月 2025 10:35:36 +0800 Subject: [PATCH] fix: s --- FlexJobApi.Core/Models/User/Auths/Commands/PasswordLoginCommand.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/FlexJobApi.Core/Models/User/Auths/Commands/PasswordLoginCommand.cs b/FlexJobApi.Core/Models/User/Auths/Commands/PasswordLoginCommand.cs index abc5183..d425e82 100644 --- a/FlexJobApi.Core/Models/User/Auths/Commands/PasswordLoginCommand.cs +++ b/FlexJobApi.Core/Models/User/Auths/Commands/PasswordLoginCommand.cs @@ -12,6 +12,7 @@ /// <summary> /// 瀵嗙爜鐧诲綍 /// </summary> + [Resource([EnumResourceController.Auth], AllowAnonymous = true)] public class PasswordLoginCommand : IRequest<PasswordLoginCommandCallback> { /// <summary> -- Gitblit v1.9.1