You've already forked AstralRinth
forked from didirus/AstralRinth
Fix Internal Server Error
This commit is contained in:
@@ -93,7 +93,9 @@ export default {
|
||||
async asyncData(data) {
|
||||
const config = {
|
||||
headers: {
|
||||
Authorization: data.$auth.getToken('local'),
|
||||
Authorization: data.$auth.getToken('local')
|
||||
? data.$auth.getToken('local')
|
||||
: '',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user