Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 7a32656e

Přidáno uživatelem Jaroslav Hrubý před asi 2 roky(ů)

Refactoring

Zobrazit rozdíly:

Backend/Core/Services/AuthService/AuthService.cs
15 15
        this.jwtUtils = jwtUtils;
16 16
    }
17 17

  
18
    public LoginResponse? Index(string username, string password)
18
    public LoginResponse? Login(string username, string password)
19 19
    {
20 20
        var user = userService.CheckUsernamePassword(username, password);
21 21

  

Také k dispozici: Unified diff