Remove the "input" tag to get a html <button> with the correct text
Related to #1777
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
@input="resetErrors()"
|
@input="resetErrors()"
|
||||||
/>
|
/>
|
||||||
</o-field>
|
</o-field>
|
||||||
<o-button tag="input" type="submit" class="my-2" variant="primary">{{
|
<o-button type="submit" class="my-2" variant="primary">{{
|
||||||
$t("Reset my password")
|
$t("Reset my password")
|
||||||
}}</o-button>
|
}}</o-button>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user