mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
Revert "🔀 Merge branch 'oauth-support' of https://github.com/tildabio/n8n"
This reverts commit0c5972bb98, reversing changes made to3de03b5097.
This commit is contained in:
@@ -176,7 +176,7 @@ export class Start extends Command {
|
||||
Start.openBrowser();
|
||||
}
|
||||
this.log(`\nPress "o" to open in Browser.`);
|
||||
process.stdin.on("data", (key: string) => {
|
||||
process.stdin.on("data", (key) => {
|
||||
if (key === 'o') {
|
||||
Start.openBrowser();
|
||||
inputText = '';
|
||||
|
||||
Reference in New Issue
Block a user