mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-10 00:45:19 +00:00
Friendlier exceptions for Auth testing
This change also lets you write the auth code in the app.config file without the need to recompile/debug.
This commit is contained in:
parent
b0b58be25e
commit
f062c0a7a1
4 changed files with 32 additions and 2 deletions
|
|
@ -4,6 +4,7 @@
|
|||
<add key="ApiHash" value="" />
|
||||
<add key="ApiId" value="" />
|
||||
<add key="NumberToAuthenticate" value="" />
|
||||
<add key="CodeToAuthenticate" value="" />
|
||||
<add key="NotRegisteredNumberToSignUp" value=""/>
|
||||
<add key="NumberToSendMessage" value=""/>
|
||||
<add key="UserNameToSendMessage" value=""/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue