Add alert for no game code

This commit is contained in:
Oliver-Akins 2020-09-27 22:01:40 -06:00
parent 3c45236131
commit 3683ee09a2

View file

@ -45,6 +45,8 @@ export default {
if (this.game_code.length > 0) {
alert('The game code you have entered is invalid.');
this.game_code = ``;
} else {
alert(`Please a enter game code before proceeding.`)
}
},
},