We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a54729 commit b19ea8fCopy full SHA for b19ea8f
src/javascript-terminal/commands/sudo.tsx
@@ -79,6 +79,8 @@ export const authenticateWithPasskey = async (
79
const lastOutput = outputs[outputs.length - 1];
80
lastOutput.output = [result];
81
emulatorState.setOutputs([...outputs]);
82
+ } else {
83
+ emulatorState.setOutputs([{ output: result }]);
84
}
85
} catch (err) {
86
console.error("Authentication Failed:", err);
0 commit comments