Add self-registration, role management, and department mapping UI

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jtricerolph 2026-07-02 00:24:05 +00:00
parent e9cd40c80a
commit fa32ea84ee
8 changed files with 584 additions and 7 deletions

View file

@ -59,6 +59,12 @@ export function Login() {
</button>
</form>
</div>
<p style={{ textAlign: 'center', marginTop: '1rem', fontSize: '0.8rem', color: 'var(--text-muted)' }}>
New employee?{' '}
<a href="/register" style={{ color: 'var(--gold)', textDecoration: 'none' }}>
Register with your Workforce email
</a>
</p>
</div>
</div>
)