Skip to content

Commit

Permalink
Merge pull request #846 from owncloud/fix-dispatch-on-choose-account
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Hirt authored Nov 13, 2020
2 parents b09072b + 51b5328 commit 31401cd
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 56 deletions.
8 changes: 8 additions & 0 deletions changelog/unreleased/fix-choose-account-dialogue
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Bugfix: Fix choose account dialogue

Tags: konnectd

We've fixed the choose account dialogue in konnectd bug that the user hasn't been logged in after selecting account.

https://github.com/owncloud/ocis/pull/846

4 changes: 2 additions & 2 deletions konnectd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ generate: assets

# TODO find a docker container with go and yarn so we can properly build assets in ci
#assets: assets/identifier/static assets/identifier/index.html
assets: assets/identifier/static
assets: static-assets

assets/identifier/static:
static-assets:
mkdir -p assets/identifier/static
curl -o assets/identifier/static/logo.svg ${LOGO_URL}
curl -o assets/identifier/static/favicon.ico ${FAVICON_URL}
Expand Down
Loading

0 comments on commit 31401cd

Please sign in to comment.