mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add function sendRegisterMail in ConfirmRegisterMailFormular.vue button
This commit is contained in:
parent
af39826ce5
commit
659d966a68
@ -11,7 +11,7 @@
|
|||||||
<b-input-group prepend="Email bestätigen, wiederholt senden an:" class="mt-3">
|
<b-input-group prepend="Email bestätigen, wiederholt senden an:" class="mt-3">
|
||||||
<b-form-input readonly :value="email"></b-form-input>
|
<b-form-input readonly :value="email"></b-form-input>
|
||||||
<b-input-group-append>
|
<b-input-group-append>
|
||||||
<b-button variant="outline-success" class="test-button">
|
<b-button variant="outline-success" class="test-button" @click="sendRegisterMail">
|
||||||
Registrierungs-Email bestätigen, jetzt senden
|
Registrierungs-Email bestätigen, jetzt senden
|
||||||
</b-button>
|
</b-button>
|
||||||
</b-input-group-append>
|
</b-input-group-append>
|
||||||
@ -32,6 +32,12 @@ export default {
|
|||||||
type: String,
|
type: String,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
methods: {
|
||||||
|
sendRegisterMail() {
|
||||||
|
// eslint-disable-next-line no-console
|
||||||
|
console.log('sende wiederholt den ConfirmText an die register E-Mail des User!')
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user