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:
parent
d6cae29895
commit
d6b8a57a79
46 changed files with 1628 additions and 107 deletions
web-frontend/modules/database
|
@ -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'),
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue