There was an error while loading. Please reload this page.
1 parent ff9794a commit 3d04ac4Copy full SHA for 3d04ac4
1 file changed
src/views/DesktopShellView.vue
@@ -126,15 +126,9 @@ onMounted(async () => {
126
term.focus()
127
128
try {
129
- session = await authStore.shellWebRTC(realm)
+ session = await authStore.shell(realm)
130
} catch {
131
- try {
132
- session = await authStore.shell(realm)
133
- } catch (err) {
134
- console.error(err)
135
term.writeln('Connection failed.')
136
- return
137
- }
138
}
139
140
channel = new ProgressChannel()
0 commit comments