Files
SharepointToolbox-Web/Components/Shared/NoProfilePrompt.razor
T
2026-06-02 10:56:03 +02:00

6 lines
193 B
Plaintext

<div class="no-profile">
<h2>No profile selected</h2>
<p>Select or create a tenant profile to get started.</p>
<a href="/profiles" class="btn btn-primary">Go to Profiles</a>
</div>