2018-12-06 20:07:51 +01:00
|
|
|
<template>
|
2019-10-11 21:40:47 +02:00
|
|
|
<q-page padding class="signin">
|
|
|
|
|
<CSignIn :mythis="mythis"
|
2020-02-12 20:41:57 +01:00
|
|
|
:showregbutt="true"
|
2019-10-11 21:40:47 +02:00
|
|
|
@loginOk="loginOk"
|
|
|
|
|
@loginInCorso="loginInCorso"
|
|
|
|
|
@checkErrors="checkErrors"
|
|
|
|
|
@showNotif="showNotif">
|
|
|
|
|
</CSignIn>
|
|
|
|
|
</q-page>
|
2018-12-06 20:07:51 +01:00
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script lang="ts" src="./signin.ts">
|
|
|
|
|
</script>
|
2019-01-16 02:26:43 +01:00
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
|
@import './signin.scss';
|
|
|
|
|
</style>
|