Don't need to return on success.
This commit is contained in:
parent
5c054f7abd
commit
46d85293a6
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ const SessionHandler: React.FC<{ }> = function () {
|
|||
);
|
||||
}
|
||||
|
||||
return (<p>loaded</p>);
|
||||
return (null);
|
||||
};
|
||||
|
||||
export default SessionHandler;
|
||||
|
|
Loading…
Reference in a new issue