provisioning API: client -> app

Signed-off-by: Sumner Evans <sumner@beeper.com>
This commit is contained in:
Sumner Evans
2022-10-18 17:13:00 -05:00
committed by Sumner Evans
parent 7960f22be9
commit d37ca7eae3
+1 -1
View File
@@ -128,7 +128,7 @@ class AuthAPI(abc.ABC):
status=200,
message=(
"Code requested successfully. Check your SMS "
"or Telegram client and enter the code below."
"or Telegram app and enter the code below."
),
)
except PhoneNumberInvalidError: