mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-23 11:06:42 +02:00
🐛 fix(matrix-web): handle Matrix SSO loginToken callback
Add loginWithLoginToken function to exchange Matrix SSO loginToken for credentials. The app layout now detects the loginToken URL parameter and completes the SSO flow. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
9e9db590dc
commit
dc0d425f61
53 changed files with 1550 additions and 230 deletions
|
|
@ -16,12 +16,16 @@ export default () => ({
|
|||
|
||||
export const HELP_TEXT = `**Clock Bot - Zeiterfassung per Chat**
|
||||
|
||||
**Account:**
|
||||
- \`!login email passwort\` - Anmelden
|
||||
- \`!logout\` - Abmelden
|
||||
- \`!status\` - Account & Timer Status
|
||||
|
||||
**Timer (Stoppuhr):**
|
||||
- \`!timer 25m\` oder \`!timer 1h30m\` - Timer erstellen & starten
|
||||
- \`!stop\` - Laufenden Timer pausieren
|
||||
- \`!resume\` - Pausierten Timer fortsetzen
|
||||
- \`!reset\` - Timer zurucksetzen
|
||||
- \`!status\` - Aktuellen Timer-Status anzeigen
|
||||
- \`!timers\` - Alle Timer anzeigen
|
||||
|
||||
**Alarme (Wecker):**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue