mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #36 from fenprace/master
Remove some gems in the Gemfile
This commit is contained in:
9
app/views/facebook/complete.html.erb
Normal file
9
app/views/facebook/complete.html.erb
Normal file
@@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
window.opener.Discourse.authenticationComplete(#{@data.to_json});
|
||||
window.close();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
9
app/views/twitter/complete.html.erb
Normal file
9
app/views/twitter/complete.html.erb
Normal file
@@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
window.opener.Discourse.authenticationComplete(#{@data.to_json});
|
||||
window.close();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
9
app/views/user_open_ids/complete.html.erb
Normal file
9
app/views/user_open_ids/complete.html.erb
Normal file
@@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
window.opener.Discourse.authenticationComplete(#{@data.to_json});
|
||||
window.close();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user