Closed hamidrabedi closed 2 hours ago
I'm retrieving the application:
client.GetApplication(client.ApplicationName)
Now i'm getting this response for providers:
app, _ := client.GetApplication(client.ApplicationName) for i, existingProviderItem := range app.Providers { fmt.Println(existingProviderItem) } &{ 004b2f3d-a26d-437b-aef2-209d9d118bd7-Captcha false true true false Always 0xc000181408} &{ 004b2f3d-a26d-437b-aef2-209d9d118bd7-SMS false true true false all 0xc000181908} &{ 004b2f3d-a26d-437b-aef2-209d9d118bd7-SMS false true true false all 0xc000181908}
As you can see the last 2 are duplicate, this is what I have:
The thing is that second one here is a default captcha provider and its admin(shared), I don't know whats happening here at all.
nvm, i was doing some creazy stuff
I'm retrieving the application:
Now i'm getting this response for providers:
As you can see the last 2 are duplicate, this is what I have:
The thing is that second one here is a default captcha provider and its admin(shared), I don't know whats happening here at all.