Skip to content

Commit

Permalink
Merge pull request #115 from mendix/release_2.7.0
Browse files Browse the repository at this point in the history
Release 2.6.8
  • Loading branch information
diego-antonelli authored Feb 25, 2021
2 parents 618eb65 + ff89f76 commit 365d9af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion login-with-sso.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</div>
<div class="loginpage-right">
<div class="loginpage-formwrapper">
<h2>Sign in</h2>
<h2 id="loginHeader">Sign in</h2>
<form id="loginForm" class="loginpage-form" autocomplete="off">
<div>
<div id="loginMessage" class="alert alert-danger"></div>
Expand Down
2 changes: 1 addition & 1 deletion login.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</div>
<div class="loginpage-right">
<div class="loginpage-formwrapper">
<h2>Sign in</h2>
<h2 id="loginHeader">Sign in</h2>
<form id="loginForm" class="loginpage-form" autocomplete="off">
<div>
<div id="loginMessage" class="alert alert-danger"></div>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atlas-ui-framework",
"version": "2.6.7",
"version": "2.6.8",
"description": "Mendix Atlas UI is the foundation of making beautiful apps with Mendix. For more information about the framework go to https://atlas.mendix.com.",
"main": "",
"scripts": {
Expand All @@ -23,4 +23,4 @@
"react-native-device-info": "^5.5.3"
},
"dependencies": {}
}
}

0 comments on commit 365d9af

Please sign in to comment.