Anki opening a "terminal" after new update on Mac

I downloaded the new update that popped up when I opened the Anki desktop app on my Mac. Then I followed the instructions from the “terminal” and pasted this “chsh -s /bin/zsh” in the “shells open with” in the settings tab. It prompted me to put my password in, so I did. Now, everytime I try to open my Anki app, a new terminal pops up and asks me to put my password in and doesn’t open my Anki desktop app. I already tried restarting my Mac. Any solutions?

Update: I even deleted and redownloaded Anki and the same thing is still happening.

Where did you get those instructions?

That command doesn’t seem correct. It seems that instead of running the zsh shell when opening up a shell in Terminal, you are instead running the chsh command to change the shell setting.

(My guess is that you will probably want to change the “Shells open with” with setting to /bin/zsh. But, I would like to learn what instructions you were following before I provide you with that advice.)

(Actually, for most people zsh is the default login shell, so leaving the setting set to “Default login shell” should work. The exceptions would be if you transferred your user account from a legacy, pre-Catalina (pre-10.15) system where the default shell was bash or if you manually changed your shell to something other than zsh.)