We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb89805 + b5e0364 commit 2c94accCopy full SHA for 2c94acc
src/login/login.ts
@@ -136,7 +136,7 @@ export async function ensureLoadedPreferences (
136
let m2: string
137
if (err instanceof UnauthorizedError) {
138
m2 =
139
- 'Ooops - you are not authenticated (properly logged in) to for me to read your preference file. Try loggin out and logging in?'
+ 'Oops — you are not authenticated (properly logged in), so SolidOS cannot read your preferences file. Try logging out and then logging back in.'
140
alert(m2)
141
} else if (err instanceof CrossOriginForbiddenError) {
142
m2 = `Unauthorized: Assuming preference file blocked for origin ${window.location.origin}`
0 commit comments