1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-07 02:10:03 +00:00

Resolve "Allow setting a password for publicly shared form and grid views"

This commit is contained in:
Davide Silvestri 2022-04-26 19:57:54 +00:00
parent d6cae29895
commit d6b8a57a79
46 changed files with 1628 additions and 107 deletions
web-frontend/modules/database

View file

@ -50,4 +50,9 @@ export const routes = [
path: '/public/grid/:slug',
component: path.resolve(__dirname, 'pages/publicGridView.vue'),
},
{
name: 'database-public-view-auth',
path: '/public/auth/:slug',
component: path.resolve(__dirname, 'pages/publicViewLogin.vue'),
},
]