We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ae01f commit 88d758eCopy full SHA for 88d758e
app/authorization/AuthProvider.scala
@@ -40,6 +40,6 @@ import play.api.Configuration
40
41
token = Jwt.encode(claim, jwtSecretKey, JwtAlgorithm.HS256)
42
}
43
- return token
+ token
44
45
0 commit comments