mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
ADD educode user login
This commit is contained in:
13
app/views/layouts/oauth_register.html.erb
Normal file
13
app/views/layouts/oauth_register.html.erb
Normal file
@@ -0,0 +1,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<%= csrf_meta_tags %>
|
||||
<%= csp_meta_tag %>
|
||||
<%= stylesheet_link_tag 'oauth', media: 'all','data-turbolinks-track': 'reload' %>
|
||||
</head>
|
||||
<body>
|
||||
<div class="IndexContent">
|
||||
<%= image_tag('/images/oauth/logo.png') %>
|
||||
<%= yield %>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user