Selaa lähdekoodia

merge: integrate feature/login and resolve config conflict

tags/v1.0.0
TURNIP\86155 3 viikkoa sitten
vanhempi
commit
aa8177d46d
2 muutettua tiedostoa jossa 7 lisäystä ja 1 poistoa
  1. +1
    -1
      config.txt
  2. +6
    -0
      src/login_module.c

+ 1
- 1
config.txt Näytä tiedosto

@@ -1 +1 @@
mode=main
mode=login-integrated

+ 6
- 0
src/login_module.c Näytä tiedosto

@@ -0,0 +1,6 @@
/* Login feature source file for Git branch practice. */

int Login_CheckCredentials(const char *user, const char *password)
{
return (user != 0) && (password != 0);
}

Ladataan…
Peruuta
Tallenna