Skip to content

Commit 1925499

Browse files
authored
Update Login.md
1 parent e6b1ede commit 1925499

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Frontend/Login.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ function checkForLogin() {
4444

4545
function login() {
4646
//optional -> prevents site reload
47-
chayns.setAccessTokenChange(true, (envData) function {
47+
chayns.setAccessTokenChange(true, function() {
4848
console.log('login successful');
4949
});
5050

5151
//reloads tapp after login
5252
chayns.login(['login=true']);
5353
}
54-
```
54+
```

0 commit comments

Comments
 (0)