fix(editor): Redirect to home page after saving data on SAML onboarding page (no-changelog) (#5961)
fix(editor): redirect to home page after saving data on SAML onboarding page
This commit is contained in:
@@ -68,6 +68,8 @@ export const useSSOStore = defineStore('sso', () => {
|
||||
...params,
|
||||
});
|
||||
|
||||
const userData = computed(() => usersStore.currentUser);
|
||||
|
||||
return {
|
||||
isLoading,
|
||||
setLoading,
|
||||
@@ -80,5 +82,6 @@ export const useSSOStore = defineStore('sso', () => {
|
||||
saveSamlConfig,
|
||||
testSamlConfig,
|
||||
updateUser,
|
||||
userData,
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user