Closed codejeet closed 3 years ago
Using next.js's dynamic() feature, we must make a wrapper component for routes like /apply to use so that people without an auth cookie get redirected to login.
dynamic()
/apply
Using next.js's
dynamic()
feature, we must make a wrapper component for routes like/apply
to use so that people without an auth cookie get redirected to login.