From f5dbacfe07ddf388ba27c63ea9dc115a91991a4b Mon Sep 17 00:00:00 2001 From: Marcus Date: Thu, 1 Jul 2021 15:50:42 +0000 Subject: [PATCH] remove leftover migration tool comment --- lib/src/model/auth/authentication_three_pid_creds.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/model/auth/authentication_three_pid_creds.dart b/lib/src/model/auth/authentication_three_pid_creds.dart index 8a20d904..2754b310 100644 --- a/lib/src/model/auth/authentication_three_pid_creds.dart +++ b/lib/src/model/auth/authentication_three_pid_creds.dart @@ -65,7 +65,7 @@ class AuthenticationThreePidCreds extends AuthenticationData { } class ThreepidCreds { - String /*!*/ sid; ++ String sid; String clientSecret; String idServer; String idAccessToken;