Remove the "input" tag to get a html <button> with the correct text

Related to #1777
This commit is contained in:
Massedil
2025-10-22 20:24:12 +02:00
committed by setop
parent 2d8d3f1f85
commit b380d24e86

View File

@@ -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>