1
0

Cleaned up

This commit is contained in:
2021-05-23 18:33:04 +02:00
parent d2d743d1ee
commit 0e5aa25c09

View File

@@ -28,7 +28,6 @@ const isValid = jwt.verify(token, 'secret')
// Decoding token // Decoding token
const payload = jwt.decode(token) const payload = jwt.decode(token)
``` ```
<hr> <hr>