phirepass-widgets 0.0.42 → 0.0.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/phirepass-terminal.cjs.entry.js +3 -2
- package/dist/collection/components/phirepass-terminal/phirepass-terminal.js +3 -2
- package/dist/components/phirepass-terminal.js +4 -4
- package/dist/esm/phirepass-terminal.entry.js +3 -2
- package/dist/phirepass-widgets/{p-bb70a3bd.entry.js → p-4e32fef4.entry.js} +4 -4
- package/dist/phirepass-widgets/phirepass-widgets.esm.js +1 -1
- package/package.json +1 -1
|
@@ -510,8 +510,9 @@ const PhirepassTerminal = class {
|
|
|
510
510
|
this.usernameBuffer = "";
|
|
511
511
|
this.passwordBuffer = "";
|
|
512
512
|
break;
|
|
513
|
-
case ErrorType.RequiresUsername:
|
|
514
513
|
case ErrorType.RequiresUsernamePassword:
|
|
514
|
+
console.log('Server requires both username and password. Prompting for username first.');
|
|
515
|
+
case ErrorType.RequiresUsername:
|
|
515
516
|
this.terminal.reset();
|
|
516
517
|
this.inputMode = InputMode.Username;
|
|
517
518
|
this.usernameBuffer = "";
|
|
@@ -692,7 +693,7 @@ const PhirepassTerminal = class {
|
|
|
692
693
|
this.usernameBuffer = "";
|
|
693
694
|
}
|
|
694
695
|
render() {
|
|
695
|
-
return (h$1(Host, { key: '
|
|
696
|
+
return (h$1(Host, { key: 'fb718b4652e9d3d822a511bbabc58c0d8a754f53' }, h$1("div", { key: 'f3f3b41de2aff14b0fb3a411fd5af847f1ac106c', id: "ccc", ref: el => (this.containerEl = el) })));
|
|
696
697
|
}
|
|
697
698
|
static get watchers() { return {
|
|
698
699
|
"nodeId": [{
|