PLT-3484 OAuth2 Service Provider (#3632)
* PLT-3484 OAuth2 Service Provider * PM text review for OAuth 2.0 Service Provider * PLT-3484 OAuth2 Service Provider UI tweaks (#3668) * Tweaks to help text * Pushing OAuth improvements (#3680) * Re-arrange System Console for OAuth 2.0 Provider
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
ea027c8de4
Коммит
5bc3cea6fe
@@ -34,20 +34,13 @@
|
||||
|
||||
<!-- CSS Should always go first -->
|
||||
<link rel='stylesheet' class='code_theme'>
|
||||
<style id='antiClickjack'>body{display:none !important;}</style>
|
||||
|
||||
<script type='text/javascript'>
|
||||
if (self === top) {
|
||||
var blocker = document.getElementById('antiClickjack');
|
||||
blocker.parentNode.removeChild(blocker);
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id='root'>
|
||||
<div
|
||||
class='loading-screen'
|
||||
style='relative'
|
||||
style='position: relative'
|
||||
>
|
||||
<div class='loading__content'>
|
||||
<div class='round round-1'></div>
|
||||
|
||||
Ссылка в новой задаче
Block a user