- Requirements
- Send Msg to Passeggeri
This commit is contained in:
Paolo Arena
2020-03-10 21:42:30 +01:00
parent 2f283d0710
commit 3f6ffc973a
66 changed files with 1670 additions and 547 deletions

View File

@@ -1,12 +1,9 @@
<template>
<q-page padding class="signin">
<CSignIn :mythis="mythis"
:showregbutt="true"
@loginOk="loginOk"
@loginInCorso="loginInCorso"
@checkErrors="checkErrors"
@showNotif="showNotif">
</CSignIn>
<CSigninNoreg :showregbutt="true">
</CSigninNoreg>
</q-page>
</template>