mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-02-09 09:23:56 +00:00
Bugfix, don't redirect when the returned token is empty.
This commit is contained in:
parent
e77b9dafbb
commit
a1fa8cc1d2
1 changed files with 0 additions and 1 deletions
|
@ -152,7 +152,6 @@ namespace tawashi {
|
||||||
this->change_type(Response::Location, oss.str());
|
this->change_type(Response::Location, oss.str());
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
error_redirect(500, ErrorReasons::PastieNotSaved);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue