Commit e60e8e4
authored
Added required arguments
Added required arguments ([see docs](/https://flask-jwt-extended.readthedocs.io/en/stable/api/#flask_jwt_extended.JWTManager.needs_fresh_token_loader)) to avoid `TypeError: token_not_fresh_callback() takes 0 positional arguments but 2 were given` error.1 parent 8f938dc commit e60e8e4
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments