Skip to content
Snippets Groups Projects

Join game

Merged Ghost User requested to merge JoinGame into Development
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -45,7 +45,6 @@ export class AuthGuard implements CanActivate {
// get the token
const token = auth.split(" ")[1];
try {
return token;
// return token.
return await jwt.verify(token, process.env.SECRET);
} catch (err) {
Loading