mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Fixed Extraneous argument label 'status:' in call for Apple App setup in step 3 for setSelfSigned method.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
let client = Client()
|
||||
.setEndpoint("${endpoint}")
|
||||
.setProject("${project}")
|
||||
.setSelfSigned(status: true) // For self signed certificates, only use for development`;
|
||||
.setSelfSigned(true) // For self signed certificates, only use for development`;
|
||||
|
||||
let showAlert = true;
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user