Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(api): movie quotes in LOGOUT_MESSAGES #1423

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ class AuthController {

static List LOGOUT_MESSAGES = [
"Hasta la vista, baby.",
"Frankly my dear, I don't give a damn.",
"Frankly, my dear, I don't give a damn.",
"For the Watch.",
"Go ahead, make my day.",
"Louis, I think this is a start of a beautiful friendship!",
"Louis, I think this is the beginning of a beautiful friendship.",
"Roads? Where we're going we don't need roads!",
"Say hello to my little friend!",
"I wish we could chat longer, but I'm having an old friend for dinner. Bye!",
"I do wish we could chat longer, but... I'm having an old friend for dinner. Bye.",
"Hodor. :(",
]
private final Random r = new Random()
Expand Down