Skip to content

Commit d8631fc

Browse files
ignore login and logout for accounts
1 parent 99f6731 commit d8631fc

File tree

1 file changed

+1
-1
lines changed
  • rplugin/python3/pieces_python

1 file changed

+1
-1
lines changed

rplugin/python3/pieces_python/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def open_conversations(self):
220220
"require('pieces.copilot.conversations_ui').setup()")
221221

222222
@pynvim.command("PiecesAccount")
223-
@is_pieces_opened()
223+
@is_pieces_opened(True)
224224
def auth_command(self):
225225
self.nvim.exec_lua("require('pieces.auth').setup()")
226226

0 commit comments

Comments
 (0)