사용하지 않는 파일 정리 전 백업 (Phase 10 완료 후 상태)
This commit is contained in:
@@ -53,8 +53,8 @@ class PaginationTest {
|
||||
if (!isAuthenticated) {
|
||||
print('로그인 시도...');
|
||||
final loginRequest = LoginRequest(
|
||||
email: 'admin@superport.kr',
|
||||
password: 'admin123!',
|
||||
email: 'admin@example.com',
|
||||
password: 'password123',
|
||||
);
|
||||
await authService.login(loginRequest);
|
||||
print('로그인 성공');
|
||||
|
||||
Reference in New Issue
Block a user