Skip to content

Commit

Permalink
feat: identify loginApp in app-runtime provider
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzemp committed Jul 13, 2023
1 parent 2be3f4e commit f6abdd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions adapter/src/components/ServerVersionProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export const ServerVersionProvider = ({
pwaEnabled,
}}
offlineInterface={loginApp ? null : offlineInterface}
loginApp={loginApp}
>
{children}
</Provider>
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2225,10 +2225,10 @@
react-docgen "^6.0.0-alpha.0"
url-join "^4.0.1"

"@dhis2/d2-i18n@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@dhis2/d2-i18n/-/d2-i18n-1.1.0.tgz#ec777c5091f747e4c5aa4f9801c62ba4d1ef3d16"
integrity sha512-x3u58goDQsMfBzy50koxNrJjofJTtjRZOfz6f6Py/wMMJfp/T6vZjWMQgcfWH0JrV6d04K1RTt6bI05wqsVQvg==
"@dhis2/d2-i18n@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@dhis2/d2-i18n/-/d2-i18n-1.1.1.tgz#acaca32cd00b60fd6b6f1dee571f2817a50e243c"
integrity sha512-X0jOCIKPaYv/2z0/sdkEvcbRiYu5o1FrOwvitiS6aKFxSL/GJ872I+UdHwpWJtL+yM7Z8E1epljazW0LnHUz0Q==
dependencies:
i18next "^10.3"
moment "^2.24.0"
Expand Down

0 comments on commit f6abdd0

Please sign in to comment.