feat: 完成租户前端对接
This commit is contained in:
@@ -13,6 +13,11 @@ namespace Yi.Framework.Rbac.Domain.Shared.Options
|
||||
/// </summary>
|
||||
public string AdminPassword { get; set; } = "123456";
|
||||
|
||||
/// <summary>
|
||||
/// 租户超级管理员默认密码
|
||||
/// </summary>
|
||||
public string TenantAdminPassword { get; set; } = "123456";
|
||||
|
||||
/// <summary>
|
||||
/// 是否开启登录验证码
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user