diff options
author | branislav.radivojevic <wafflemynxyt@gmail.com> | 2022-11-03 18:03:51 +0100 |
---|---|---|
committer | branislav.radivojevic <wafflemynxyt@gmail.com> | 2022-11-03 18:03:51 +0100 |
commit | dbb8e2ed722c71916664c9a0a9bd19cc5f5ff1f1 (patch) | |
tree | ad43e1e42f96ee898a709c0743bc346459e2b2d6 /Backend/Api/Api/Interfaces/IJwtService.cs | |
parent | a8c1194dd3ec6683548d8e8fe0bb24c4b8974454 (diff) |
Back verification pages,pass reset, code cleanup
Diffstat (limited to 'Backend/Api/Api/Interfaces/IJwtService.cs')
-rw-r--r-- | Backend/Api/Api/Interfaces/IJwtService.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Backend/Api/Api/Interfaces/IJwtService.cs b/Backend/Api/Api/Interfaces/IJwtService.cs index 6274bf9..8d0038f 100644 --- a/Backend/Api/Api/Interfaces/IJwtService.cs +++ b/Backend/Api/Api/Interfaces/IJwtService.cs @@ -7,7 +7,6 @@ namespace Api.Interfaces string GenToken(User user); string TokenToId(string token); public string GenEmailToken(User user); - public string EmailTokenToId(string token); - public string EmailTokenToKod(string token); + public string EmailTokenToClaim(string token,string claim); } }
\ No newline at end of file |