From 607fb2c3be83e25e06011b46b077b832f6a719c4 Mon Sep 17 00:00:00 2001 From: spekulaas Date: Tue, 4 Jan 2022 04:58:59 +0100 Subject: [PATCH] changed routing --- AuthentesApp/src/app/valuesSorting/valuesSorting.page.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AuthentesApp/src/app/valuesSorting/valuesSorting.page.ts b/AuthentesApp/src/app/valuesSorting/valuesSorting.page.ts index 984f463..8edd39a 100644 --- a/AuthentesApp/src/app/valuesSorting/valuesSorting.page.ts +++ b/AuthentesApp/src/app/valuesSorting/valuesSorting.page.ts @@ -181,9 +181,8 @@ export class ValuesSortingPage { // go to rearrange page if(this.game.cardset.length <= 5){ await this.game.saveGameStorage("Values", "Align", "cards", this.game.cardset); - await this.alertService.presentAlert("Cards selected","INSTRUCTIONS WILL COME HERE"); + await this.alertService.presentAlert("Done!","You've selected 5 cards, continue to the next page."); this.router.navigateByUrl(`/valuesAlign`); - console.log("SYNC TO NEXT PAGE"); } };