Require auth for toot tui

This commit is contained in:
Ivan Habunek 2020-01-02 10:21:58 +01:00
parent d595cc5140
commit b6749fb0f1
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ TUI_COMMANDS = [
name="tui",
description="Launches the toot terminal user interface",
arguments=[],
require_auth=False,
require_auth=True,
),
Command(
name="curses",