Skip to content

Commit 904235e

Browse files
committed
feat: enabling minifyEnabled true in release mode.
Signed-off-by: Gaurav Goel <[email protected]>
1 parent 29f9151 commit 904235e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/web3auth/core/types/AuthConnection.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ enum class AuthConnection {
4848
EMAIL_PASSWORDLESS,
4949

5050
@SerializedName("custom")
51-
CUSTOM,
51+
CUSTOM, //for jwt
5252

5353
@SerializedName("sms_passwordless")
5454
SMS_PASSWORDLESS,

0 commit comments

Comments
 (0)