TNC Route Fixed
This commit is contained in:
@@ -146,7 +146,7 @@ class AuthService {
|
||||
try {
|
||||
final response = await _dio.post(
|
||||
'/api/auth/tnc',
|
||||
data: {"flag": true},
|
||||
data: {"flag": 'Y'},
|
||||
);
|
||||
if (response.statusCode != 200) {
|
||||
throw AuthException('Failed to proceed with T&C');
|
||||
|
||||
Reference in New Issue
Block a user