gentle-dream-1571
02/22/2023, 4:40 PM// User logged with local login - we don't do any redirect/reload, so the boot-time plugin will not run again to laod the plugins
// so we manually load them here - other SSO auth providers bounce out and back to the Dashboard, so on the bounce-back
// the plugins will load via the boot-time plugin
await loadPlugins({
app: this.$<http://store.app|store.app>,
store: this.$store,
$plugin: this.$store.$plugin
});
curved-zebra-30454
02/22/2023, 5:02 PMgentle-dream-1571
02/22/2023, 5:05 PM