post-W7 cleanup
This commit is contained in:
@@ -25,7 +25,7 @@ COMPONENT(Request& context)
|
||||
<div class="callback-result success">
|
||||
<div class="result-icon">✓</div>
|
||||
<h2>Authentication Successful</h2>
|
||||
<p>OAuth callback received successfully! Demo mode is active until real provider credentials are configured.</p>
|
||||
<p>OAuth callback received successfully! Demo mode is active until provider credentials are configured.</p>
|
||||
<div class="callback-details">
|
||||
<p><strong>Service:</strong> <?= first(context.session["oauth_service"], "unknown") ?></p>
|
||||
<p><strong>Code:</strong> <?= code.substr(0, std::min((u64)20, (u64)code.length())) ?>...</p>
|
||||
|
||||
Reference in New Issue
Block a user