Skip to content

Commit f6be6c9

Browse files
committed
update bootloader
1 parent dd24325 commit f6be6c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/bootloader.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
) {
155155
let webID = localStorage['bootloader:webID']
156156
let appLauncherPath = await simplyApp.actions.getLauncherLocation(webID)
157-
document.location.href = appLauncherPath
157+
document.location.href = appLauncherPath + "#autologin/" + encodeURIComponent(webID)
158158
}
159159
}
160160
}

0 commit comments

Comments
 (0)