Skip to content

Commit f6b416d

Browse files
committed
fix: revert to previous
1 parent d854b06 commit f6b416d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/pages/settings/Profile.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const showSuccessToast = () => {
3939
severity: 'success',
4040
summary: 'Saved',
4141
detail: 'Profile information has been updated',
42-
life: 5000,
42+
life: 3000,
4343
});
4444
};
4545
const updateProfileInformation = () => {

0 commit comments

Comments
 (0)