javascript-solid-server 0.0.167 → 0.0.168
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/auth/middleware.js +1 -1
package/package.json
CHANGED
package/src/auth/middleware.js
CHANGED
|
@@ -362,7 +362,7 @@ function getErrorPage(statusCode, isAuthenticated, request) {
|
|
|
362
362
|
<p class="subtitle">${subtitle}</p>
|
|
363
363
|
|
|
364
364
|
<div class="actions">
|
|
365
|
-
${is401 ? `<a href="https://solidos.
|
|
365
|
+
${is401 ? `<a href="https://solidos.org/docs/browser/?uri=${encodeURIComponent(baseUrl + request.url)}" class="btn btn-primary">
|
|
366
366
|
Open in Data Browser
|
|
367
367
|
</a>` : ''}
|
|
368
368
|
<a href="${baseUrl}/" class="btn btn-secondary">
|