1
0
forked from PGL/Clyde

Merge pull request 'wtf is it doing there ?' (#71) from tonitch/front/fix/stupidLine into master

Reviewed-on: PGL/Clyde#71
Reviewed-by: Maxime <231026@umons.ac.be>
Reviewed-by: Wal <karpinskiwal@gmail.com>
This commit is contained in:
Debucquoy Anthony 2024-03-08 20:46:59 +01:00
commit fe34ff4705

View File

@ -6,7 +6,6 @@ export async function login(user, pass, exp){
export async function register(user, pass, mail){
return restPost("/user", {name: user, password: pass, mail: mail});
restPost("/login", {login: user, password: pass, expiration: exp})
}
/**