mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 13:25:04 +00:00
formatting
This commit is contained in:
parent
f0c46a7c1f
commit
d7978621ed
1 changed files with 3 additions and 3 deletions
|
@ -362,9 +362,9 @@ int oauth_post_handler(const xs_dict *req, const char *q_path,
|
||||||
/* no code?
|
/* no code?
|
||||||
I'm not sure of the impacts of this right now, but Subway Tooter does not
|
I'm not sure of the impacts of this right now, but Subway Tooter does not
|
||||||
provide a code so one must be generated */
|
provide a code so one must be generated */
|
||||||
if (xs_is_null(code)){
|
if (xs_is_null(code)){
|
||||||
code = random_str();
|
code = random_str();
|
||||||
}
|
}
|
||||||
if (gtype && code && cid && csec && ruri) {
|
if (gtype && code && cid && csec && ruri) {
|
||||||
xs *app = app_get(cid);
|
xs *app = app_get(cid);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue