v0.7.10.2 - Hotfix 2 (#2382)
This commit is contained in:
parent
cf1dc7d42c
commit
b6d4938e22
5 changed files with 17 additions and 12 deletions
|
@ -27,6 +27,7 @@ public interface IAccountService
|
|||
Task<bool> HasChangeRestrictionRole(AppUser? user);
|
||||
Task<bool> CheckIfAccessible(HttpRequest request);
|
||||
Task<string> GenerateEmailLink(HttpRequest request, string token, string routePart, string email, bool withHost = true);
|
||||
|
||||
}
|
||||
|
||||
public class AccountService : IAccountService
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue