Fix incorrect references

FossilOrigin-Name: d8f69722c612e98a511a9b700416dce7080bb7cede576a0eb7e8b0bd701d36a0
This commit is contained in:
me@ow.nekobit.net 2022-02-15 20:35:23 +00:00
parent 9093a35aef
commit be5f81a097

View file

@ -55,14 +55,11 @@ static int mstdnt_read_token_result(struct mstdnt_storage* storage,
return 1;
struct _mstdnt_str_val strings[] = {
{ "grant_type", &(app->grant_type) },
{ "client_id", &(app->client_id) },
{ "client_secret", &(app->client_secret) },
{ "redirect_uri", &(app->redirect_uri) },
{ "access_token", &(app->access_token) },
{ "token_type", &(app->token_type) },
{ "scope", &(app->scope) },
{ "code", &(app->code) },
{ "username", &(app->username) },
{ "password", &(app->password) },
{ "id", &(app->id) },
{ "me", &(app->me) },
};
for (v = root->child; v; v = v->next)