Skip to content

Commit d617fc5

Browse files
committed
Revert formatting changes automatically made by Zed
1 parent df27961 commit d617fc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/src/services/actions/auth.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ export const login =
170170

171171
export const logout = () => async (dispatch: AppDispatch) => {
172172
// Clear chat conversation data on logout for security
173-
sessionStorage.removeItem("currentConversation");
174-
173+
sessionStorage.removeItem('currentConversation');
174+
175175
dispatch({
176176
type: LOGOUT,
177177
});
@@ -207,7 +207,7 @@ export const reset_password_confirm =
207207
uid: string,
208208
token: string,
209209
new_password: string,
210-
re_new_password: string,
210+
re_new_password: string
211211
): ThunkType =>
212212
async (dispatch: AppDispatch) => {
213213
const config = {

0 commit comments

Comments
 (0)