feature/25-refresh-token-cookie #29

Merged
niggl merged 9 commits from feature/25-refresh-token-cookie into dev 2020-12-12 18:52:28 +00:00
Showing only changes of commit db5da3d3c2 - Show all commits

View File

@ -31,7 +31,6 @@ export class AuthController {
} catch (error) { } catch (error) {
throw error; throw error;
} }
return auth
} }
@Post("/logout") @Post("/logout")