Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

Commit 4efbe7b

Browse files
committed
Missing comma
1 parent 5e9afba commit 4efbe7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description": "OWASP SSO is a javascript application that allows a secure-by-default self-hosted SSO experience, including phishing-proof two-factor authentication, using state-of-the-art security mechanisms.",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/OWASP/SSO_Project.git",
9+
"url": "https://github.com/OWASP/SSO_Project.git"
1010
},
1111
"scripts": {
1212
"setup": "cd js-backend && npm install && cd .. && cd vue-ui && npm install && cd ..",

0 commit comments

Comments
 (0)