- {pageState === 'auto_approving' ? 'Authorizing…' : 'Loading…'} -
++ {pageState === 'auto_approving' ? 'Authorizing…' : 'Loading…'} +
+{errorMsg}
+{errorMsg}
+- {validation?.client?.name || clientId} wants access to your TREK account. Please sign in first. -
++ {validation?.client?.name || clientId} wants access to your TREK account. Please sign in first. +
+Authorization Request
++ This application is requesting access to your TREK account. +
+Authorization Request
-- This application is requesting access to your TREK account. + +
+ Only grant access to applications you trust. Your data stays on your server.
+ +- Only grant access to applications you trust. Your data stays on your server. -
- - -- {validation?.scopeSelectable ? 'Choose which permissions to grant' : 'Permissions requested'} -
+ {/* Right panel — selectable scopes */} ++ {validation?.scopeSelectable ? 'Choose which permissions to grant' : 'Permissions requested'} +
- {validation?.scopeSelectable ? ( - /* DCR client — user selects which scopes to grant */ -