diff --git a/src/components/VirtualLotteryRegistrationPage.vue b/src/components/VirtualLotteryRegistrationPage.vue index 81526dc..08f2cfe 100644 --- a/src/components/VirtualLotteryRegistrationPage.vue +++ b/src/components/VirtualLotteryRegistrationPage.vue @@ -213,7 +213,12 @@ export default { this.countdown(); } else { this.drawingWinner = false; - finishedDraw(); + let finished = await finishedDraw(); + if(finished) { + alert("SMS'er er sendt ut!"); + } else { + alert("Noe gikk galt under SMS utsendelser.. Sjekk logg og database for id'er."); + } } this.getWinners(); this.getAttendees();