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()"
|
||||
/>
|
||||
</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")
|
||||
}}</o-button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user