Skip to content

Commit

Permalink
Merge pull request #8007 from owncloud/fix-missing-public-password-form
Browse files Browse the repository at this point in the history
Fix missing password form on public drop page
  • Loading branch information
kulmann authored Nov 22, 2022
2 parents 4efba55 + 568229c commit f9a727e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog/unreleased/bugfix-missing-public-password-form
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: Missing password form on public drop page

We've fixed a bug where the password form on a public drop page would not show after setting a required password.

https://github.com/owncloud/web/pull/8007
https://github.com/owncloud/web/issues/7670
1 change: 1 addition & 0 deletions packages/web-runtime/src/container/bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ export const announceAuthService = ({
router: VueRouter
}): void => {
authService.initialize(configurationManager, clientService, store, router)
vue.prototype.$authService = authService
set(vue, '$authService', authService)
}

Expand Down

0 comments on commit f9a727e

Please sign in to comment.