fix: 修复伪装登录与重置链接返回
This commit is contained in:
@@ -359,7 +359,7 @@ public sealed class TenantsController(IMediator mediator) : BaseApiController
|
||||
var resetUrl = $"{origin}/#/auth/reset-password?token={Uri.EscapeDataString(token)}";
|
||||
|
||||
// 3. (空行后) 返回链接
|
||||
return ApiResponse<string>.Ok(resetUrl);
|
||||
return ApiResponse<string>.Ok(data: resetUrl);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user