Skip to content

Commit

Permalink
feat: remove magic link temprarily!
Browse files Browse the repository at this point in the history
  • Loading branch information
bajpai244 committed Oct 19, 2021
1 parent 1aa644c commit 138320d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[recordID].js
Expand Up @@ -95,7 +95,7 @@ export async function getServerSideProps(ctx) {
)

return {
props: { query, application, leaders, trackedApp, session },
props: { query, application, leaders, trackedApp, session: true },
notFound: false
}
} catch (e) {
Expand Down

0 comments on commit 138320d

Please sign in to comment.