We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e33d75 + 5e60286 commit c3a7d50Copy full SHA for c3a7d50
examples/v2.html
@@ -15,7 +15,7 @@
15
email: 'filip@inplayer.com',
16
password: 'reloadreload',
17
referrer: 'http://localhost:3000/',
18
- cliendId: 'c62e75f2-e090-4b0b-a3b2-ca70d52f19ac',
+ clientId: 'c62e75f2-e090-4b0b-a3b2-ca70d52f19ac',
19
}).then(data => console.log(data))
20
.catch(error => console.log(error));;
21
@@ -35,4 +35,4 @@
35
</script>
36
</body>
37
38
-</html>
+</html>
examples/v3.html
email: 'inplayer@inplayer.com',
password: 'password',
.catch(error => console.log(error));
0 commit comments