Skip to content

Commit 767f1b1

Browse files
authored
Merge pull request #27 from rundevs/development
Fix environment variable for nextauth secret
2 parents 29143ff + 2834b5e commit 767f1b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<a href="https://rundevs.vercel.app/" target="_blank">
33
<img width="80px" src="https://user-images.githubusercontent.com/88288135/183527055-94c3c060-f4c6-4d28-a1b7-46b0f3db5d45.png" />
44
</a>
5-
<h1>Rundevs</h1>
5+
<h1>Rundev</h1>
66
</div>
77

88
This is the online markdown editor with live preview

assets/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
export default {
33
clientGitHub: process.env.GITHUB_CLIENT_ID || '',
44
clientGitHubSecret: process.env.GITHUB_CLIENT_SECRET || '',
5-
clientSecret: process.env.SECRET || ''
5+
clientSecret: process.env.NEXTAUTH_SECRET || ''
66
}

0 commit comments

Comments
 (0)