⚡ Refactor, no longer need parameter passed to Auth functions
This commit is contained in:
@@ -114,7 +114,7 @@ export default {
|
||||
* then they will never be able to view the homepage, so no button needed
|
||||
*/
|
||||
userState() {
|
||||
return getUserState(this.appConfig || {});
|
||||
return getUserState();
|
||||
},
|
||||
},
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user