This website requires JavaScript.
Explore
Help
Register
Sign In
matt
/
opnform-host-nginx
Watch
1
Star
0
Fork
You've already forked opnform-host-nginx
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8d35fc8b1a
opnform-host-nginx
/
client
/
pages
/
settings
/
index.vue
8 lines
108 B
Vue
Raw
Normal View
History
Unescape
Escape
Migrate to nuxt settings page AND remove axios (#266) * Settings pages migration * remove axios and use opnFetch * Make created form reactive (#267) * Remove verify pages and axios lib --------- Co-authored-by: Julien Nahum <julien@nahum.net>
2024-01-02 13:09:41 +01:00
<
script
setup
>
Fix custom redirect (#273)
2024-01-04 17:05:29 +01:00
definePageMeta
(
{
redirect
:
to
=>
{
return
{
name
:
'settings-profile'
}
}
Migrate to nuxt settings page AND remove axios (#266) * Settings pages migration * remove axios and use opnFetch * Make created form reactive (#267) * Remove verify pages and axios lib --------- Co-authored-by: Julien Nahum <julien@nahum.net>
2024-01-02 13:09:41 +01:00
}
)
Work in progress
2023-12-09 15:47:03 +01:00
<
/
script
>