tangled
alpha
login
or
join now
grain.social
/
grain-pwa
WIP PWA for Grain
next.grain.social
2
fork
atom
overview
issues
1
pulls
pipelines
feat: store return URL before OAuth redirect
chadtmiller.com
1 week ago
1e82cf12
54e1c46f
options
unified
split
Changed files
+1
src
services
auth.js
+1
src/services/auth.js
···
56
56
}
57
57
58
58
async login(handle) {
59
59
+
sessionStorage.setItem('oauth_return_url', window.location.pathname);
59
60
await this.#client.loginWithRedirect({ handle });
60
61
}
61
62