Skip to content

Commit

Permalink
Fix web ui
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Sep 23, 2023
1 parent 7a0fcb3 commit be57894
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ fun main() {
if (sessionStorage[tokenKey] == null) {
window.location.href = href(Route.Auth(type = Route.Auth.Type.WEB))
} else {
context.resetApi()
ProvideContext(context) {
TonbrettApp()
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.14.12"
version = "1.14.13"

repositories {
mavenCentral()
Expand Down

0 comments on commit be57894

Please sign in to comment.