We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087f309 commit e145742Copy full SHA for e145742
src/main/java/com/twilio/Twilio.java
@@ -61,6 +61,7 @@ public void run() {
61
public static synchronized void init(final String username, final String password) {
62
Twilio.setUsername(username);
63
Twilio.setPassword(password);
64
+ Twilio.setAccountSid(null);
65
}
66
67
/**
0 commit comments