diff options
author | Paul Wilde <psw@wildefedi01.wildenet.wilde.cloud> | 2024-01-28 21:06:36 +0000 |
---|---|---|
committer | Paul Wilde <psw@wildefedi01.wildenet.wilde.cloud> | 2024-01-28 21:06:36 +0000 |
commit | ddfd8aaca9c3d3cb0dccf40580337a65f44413ed (patch) | |
tree | 9aca82f1a893644ca1c14b60cc70acc908e2f51f /mastoapi.c | |
parent | 9568ec8bfede731d2ecdc5840e3a8a125fc31510 (diff) |
cleanup
Diffstat (limited to 'mastoapi.c')
-rw-r--r-- | mastoapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -363,7 +363,7 @@ int oauth_post_handler(const xs_dict *req, const char *q_path, I'm not sure of the impacts of this right now, but Subway Tooter does not provide a code so one must be generated */ if (xs_is_null(code)){ - code = random_str(); + code = random_str(); } if (gtype && code && cid && csec && ruri) { xs *app = app_get(cid); |