Skip to content

Commit

Permalink
M3-228 Feat : 회원 기능 삭제 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
koomin1227 committed Jul 25, 2024
1 parent 4fc0d90 commit 7a2bb87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/service/user_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ class UserService {
"refreshToken": refreshToken,
},
);
await secureStorage.deleteAccessToken();
await secureStorage.deleteRefreshToken();
}

Future<int?> putUserInfo({
Expand Down

0 comments on commit 7a2bb87

Please sign in to comment.