correction de bugs mineurs

This commit is contained in:
batche
2022-12-22 15:41:29 +01:00
parent 9586fe63fc
commit dca3df1bde
2 changed files with 11 additions and 4 deletions

View File

@@ -39,7 +39,6 @@
.then( x => x.json() );
allUsers = await fetch('http://transcendance:8080/api/v2/user/all')
.then( x => x.json() );
options.playerOneUsername = user.username;
})