mirror of
https://github.com/Alexey71/opera-proxy.git
synced 2026-05-14 06:30:59 +00:00
fmt
This commit is contained in:
@@ -126,7 +126,7 @@ func (c *SEClient) AnonRegister(ctx context.Context) error {
|
||||
func (c *SEClient) Register(ctx context.Context) error {
|
||||
var regRes SERegisterSubscriberResponse
|
||||
err := c.RpcCall(ctx, c.Settings.Endpoints.RegisterSubscriber, StrKV{
|
||||
"email": c.SubscriberEmail,
|
||||
"email": c.SubscriberEmail,
|
||||
"password": c.SubscriberPassword,
|
||||
}, ®Res)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user