Skip to content

Commit 120acaf

Browse files
author
cachavezley
committed
Logout redirect to the welcome page
1 parent 95c39c2 commit 120acaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/AuthenticationController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public static Result logout() {
109109
// We clear the session
110110
session().clear();
111111

112-
return ok();
112+
return redirect(routes.Application.welcome());
113113
}
114114

115115
}

0 commit comments

Comments
 (0)