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.
1 parent ea08d39 commit 06165a0Copy full SHA for 06165a0
lib/schemes/oauth2.js
@@ -128,8 +128,8 @@ export default class Oauth2Scheme {
128
if (this.$auth.options.redirect && this.$auth.ctx.route.path !== this.$auth.options.redirect.callback) {
129
return
130
}
131
- // Callback flow is not supported in static generation
132
- if (process.server && process.static) {
+ // Callback flow is not supported in server side
+ if (process.server) {
133
134
135
0 commit comments