mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08: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