pass 4 - non-obvious changes
This commit is contained in:
parent
617613dfb4
commit
095abb2914
14 changed files with 83 additions and 87 deletions
|
|
@ -17,7 +17,7 @@ export default {
|
|||
}),
|
||||
computed: {
|
||||
...mapStores(useOAuthStore),
|
||||
...mapState(useOAuthStore, ['clientId','clientSecret']),
|
||||
...mapState(useOAuthStore, ['clientId', 'clientSecret']),
|
||||
...mapState(useAuthFlowStore, ['settings']),
|
||||
...mapState(useInstanceStore, ['server']),
|
||||
},
|
||||
|
|
|
|||
|
|
@ -19,11 +19,8 @@ export default {
|
|||
...mapState(useAuthFlowStore, {
|
||||
authSettings: (store) => store.settings,
|
||||
}),
|
||||
...mapState(useInstanceStore, ['server'])
|
||||
...mapState(useInstanceStore, ['server']),
|
||||
...mapStores(useOAuthStore),
|
||||
...mapState({
|
||||
instance: 'instance',
|
||||
}),
|
||||
},
|
||||
methods: {
|
||||
...mapActions(useAuthFlowStore, ['requireRecovery', 'abortMFA', 'login']),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue