Skip to content

Commit

Permalink
Change extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ottmartens committed Nov 12, 2023
1 parent 3606ce6 commit 26ce8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decap-cms-login-script.js → decap-cms-login-script.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Original version – https://github.com/vencax/netlify-cms-github-oauth-provider/blob/master/login_script.js
export default function (token) {
export default function (token: string) {
return `<script>
(function() {
function receiveMessage(e) {
Expand Down

0 comments on commit 26ce8fb

Please sign in to comment.