mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-08 07:16:49 +00:00
- Fixed controller validation handling - Added microsoft365/graph mail driver - Improved password requirements (including breached password check) - Patched creating duplicate users by email in IAM - Patch env mapper - Vehicle/driver tracking API doesnt fire resource lifecycle events or log requests - only tracking events - Patched `<ModelCoordinatesInput />` component - Security patch on Storefront customers API - Styling updates on Storefront
11 lines
373 B
Handlebars
11 lines
373 B
Handlebars
<section class="onboarding step-host">
|
|
{{#if this.initialized}}
|
|
{{#if this.currentComponent}}
|
|
{{component this.currentComponent context=this.context orchestrator=this.orchestrator brand=@brand}}
|
|
{{/if}}
|
|
{{else}}
|
|
<div class="flex items-center justify-center min-h-24">
|
|
<Spinner />
|
|
</div>
|
|
{{/if}}
|
|
</section> |