added let op message
This commit is contained in:
parent
8baaf266f4
commit
7f64f2f3ea
@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<div class="flex flex-col gap-5 mx-auto p-2 w-full max-w-md">
|
||||
<form @submit.prevent="saveEmail" class="flex flex-col">
|
||||
<p class="mb-5 text-lg text-red-500 font-bold">Let op! Je verandert alleen het Email van de app dus <u>NIET</u> van de vereniging!</p>
|
||||
<label class="font-bold">Password</label>
|
||||
<input v-model="password" required="true" class="input " :type="showPassword ? 'text' : 'password'">
|
||||
|
||||
@ -42,7 +43,7 @@ const showPassword = ref(false)
|
||||
|
||||
const saveEmail = () => {
|
||||
disableButtons.value = true
|
||||
|
||||
|
||||
const credential = EmailAuthProvider.credential(
|
||||
user.value.email,
|
||||
password.value
|
||||
|
Loading…
Reference in New Issue
Block a user