🐛 Bug fixes on bad switching account UX

This commit is contained in:
2024-05-23 23:54:05 +08:00
parent 3e640768c8
commit 15ed75b04e
12 changed files with 149 additions and 103 deletions

View File

@ -65,7 +65,7 @@ class _PostPublishingScreenState extends State<PostPublishingScreen> {
final client = GetConnect();
client.httpClient.baseUrl = ServiceFinder.services['interactive'];
client.httpClient.addAuthenticator(auth.reqAuthenticator);
client.httpClient.addAuthenticator(auth.requestAuthenticator);
final payload = {
'content': _contentController.value.text,