diff --git a/templates/post_batched_post.html b/templates/post_batched_post.html index 35c2e4506c..f3dbf9d6d4 100644 --- a/templates/post_batched_post.html +++ b/templates/post_batched_post.html @@ -14,9 +14,6 @@ {{.Props.ChannelName}} - - {{.Props.Button}} -
@@ -31,6 +28,9 @@
{{.Props.PostMessage}}
+ + {{.Props.Button}} + diff --git a/webapp/components/login/login_controller.jsx b/webapp/components/login/login_controller.jsx index 8335dce6ff..117747ab98 100644 --- a/webapp/components/login/login_controller.jsx +++ b/webapp/components/login/login_controller.jsx @@ -459,6 +459,17 @@ export default class LoginController extends React.Component { ); } + if (gitlabSigninEnabled || samlSigninEnabled || office365SigninEnabled || googleSigninEnabled || gitlabSigninEnabled) { + loginControls.push( +
+ +
+ ); + } + if (gitlabSigninEnabled) { loginControls.push(