mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fix warnings about already initialized constants
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class Auth::FacebookAuthenticator < Auth::Authenticator
|
||||
|
||||
AVATAR_SIZE = 480
|
||||
AVATAR_SIZE ||= 480
|
||||
|
||||
def name
|
||||
"facebook"
|
||||
|
Reference in New Issue
Block a user