We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5040fdc commit 8994bbeCopy full SHA for 8994bbe
1 file changed
app/bss/adapters/portaswitch/adapter.py
@@ -83,7 +83,7 @@ class PortaSwitchAdapter(BSSAdapter):
83
capabilities required by WebTrit clients.
84
"""
85
86
- VERSION: Final[str] = "0.7.2"
+ VERSION: Final[str] = "0.7.3"
87
OTP_DELIVERY_CHANNEL: Final[DeliveryChannel] = DeliveryChannel.email
88
OTP_LOGIN_IDENTIFIERS = ('phone_number',)
89
CAPABILITIES: Final[Capabilities] = [
0 commit comments