You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if you misstype you password in Tiled's getpass() prompt, Tiled raises an exception. Instead it should prompt again (a reasonable number of times). An empty password (i.e. just pressing Enter) should escape the retry loop.
The text was updated successfully, but these errors were encountered:
Currently if you misstype you password in Tiled's
getpass()
prompt, Tiled raises an exception. Instead it should prompt again (a reasonable number of times). An empty password (i.e. just pressing Enter) should escape the retry loop.The text was updated successfully, but these errors were encountered: