Skip to content

Commit

Permalink
Fix movie quotes in LOGOUT_MESSAGES
Browse files Browse the repository at this point in the history
  • Loading branch information
tswanson-cs authored Feb 15, 2021
1 parent 17fef48 commit 6123ad0
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 6123ad0

Please sign in to comment.