update frontend lib : leaflet + oruga - #1815
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
<o-button
|
||||
variant="primary"
|
||||
size="large"
|
||||
native-type="submit"
|
||||
type="submit"
|
||||
:disabled="submitted"
|
||||
>
|
||||
{{ t("Login") }}
|
||||
|
||||
@@ -184,7 +184,7 @@
|
||||
variant="primary"
|
||||
size="large"
|
||||
:disabled="sendingForm"
|
||||
native-type="submit"
|
||||
type="submit"
|
||||
>
|
||||
{{ t("Create an account") }}
|
||||
</o-button>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
/>
|
||||
</o-field>
|
||||
<p class="flex flex-wrap gap-1 mt-2">
|
||||
<o-button variant="primary" native-type="submit">
|
||||
<o-button variant="primary" type="submit">
|
||||
{{ $t("Send the confirmation email again") }}
|
||||
</o-button>
|
||||
<o-button
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
/>
|
||||
</o-field>
|
||||
<p class="my-4 flex gap-2">
|
||||
<o-button variant="primary" native-type="submit">
|
||||
<o-button variant="primary" type="submit">
|
||||
{{ t("Submit") }}
|
||||
</o-button>
|
||||
<o-button
|
||||
|
||||
Reference in New Issue
Block a user