Merge remote-tracking branch 'origin/master'

# Conflicts:
#	backend/application/api_functions.py
This commit is contained in:
Yûki VACHOT 2022-01-10 21:23:19 +01:00
commit f1ae473b40
12 changed files with 2 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -4,4 +4,3 @@ export FLASK_DEBUG=1
export PYTHONUNBUFFERED=1 export PYTHONUNBUFFERED=1
export DATABASE_URL_USERS=postgresql://flaskaled1:aled1@localhost:5433/flaskaledDb1 export DATABASE_URL_USERS=postgresql://flaskaled1:aled1@localhost:5433/flaskaledDb1
export DATABASE_URL_LOGS=postgresql://flaskaled2:aled2@localhost:5434/flaskaledDb2 export DATABASE_URL_LOGS=postgresql://flaskaled2:aled2@localhost:5434/flaskaledDb2
export SECRET_KEY=\xe6\xfe9;\xddA\x00\xca\xd4\xbb\x05q\xd9q\xe6e\x98DC\x08:+\xc9\x893\xd6\xa7\xea\x1e\x05\x03\xdc

0
backend/init-db1.sql Normal file → Executable file
View file

View file

@ -33,7 +33,7 @@
<div class="col-6"> <div class="col-6">
<div class="btnContainer"> <div class="btnContainer">
<button mat-button class="myBtn" (click)="onModifier()"> <button mat-button class="myBtn" (click)="onModifier()">
<mat-icon>edit</mat-icon> Modifier compte <mat-icon>edit</mat-icon> <mat-icon>edit</mat-icon> Modifier compte
</button> </button>
</div> </div>
</div> </div>
@ -41,7 +41,7 @@
<div class="col-6"> <div class="col-6">
<div class="btnContainer"> <div class="btnContainer">
<button mat-button class="myBtn" (click)="onSupprimer()"> <button mat-button class="myBtn" (click)="onSupprimer()">
<mat-icon>delete</mat-icon> Supprimer compte <mat-icon>delete</mat-icon> <mat-icon>delete</mat-icon> Supprimer compte
</button> </button>
</div> </div>
</div> </div>