tangled
alpha
login
or
join now
nichoth.com
/
grain-pwa
forked from
grain.social/grain-pwa
0
fork
atom
WIP PWA for Grain
0
fork
atom
overview
issues
pulls
pipelines
feat: store return URL before OAuth redirect
chadtmiller.com
2 months ago
1e82cf12
54e1c46f
+1
1 changed file
expand all
collapse all
unified
split
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