David Taylor f637bf1b58
DEV: Deprecate message parameter in auth provider plugin API (#12523)
This has been unused since d2bceff133ac152678a1407d45fea260a0fe8536
2021-03-25 13:23:48 +00:00

14 lines
271 B
Ruby

# frozen_string_literal: true
# name: plugin-name
# about: about: my plugin
# version: 0.1
# authors: Frank Zappa
auth_provider title: 'with Ubuntu',
authenticator: Auth::FacebookAuthenticator.new
register_javascript <<JS
console.log("Hello world")
JS