Skip to content

Commit 365d9af

Browse files
Merge pull request #115 from mendix/release_2.7.0
Release 2.6.8
2 parents 618eb65 + ff89f76 commit 365d9af

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

login-with-sso.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</div>
2222
<div class="loginpage-right">
2323
<div class="loginpage-formwrapper">
24-
<h2>Sign in</h2>
24+
<h2 id="loginHeader">Sign in</h2>
2525
<form id="loginForm" class="loginpage-form" autocomplete="off">
2626
<div>
2727
<div id="loginMessage" class="alert alert-danger"></div>

login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</div>
2222
<div class="loginpage-right">
2323
<div class="loginpage-formwrapper">
24-
<h2>Sign in</h2>
24+
<h2 id="loginHeader">Sign in</h2>
2525
<form id="loginForm" class="loginpage-form" autocomplete="off">
2626
<div>
2727
<div id="loginMessage" class="alert alert-danger"></div>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atlas-ui-framework",
3-
"version": "2.6.7",
3+
"version": "2.6.8",
44
"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.",
55
"main": "",
66
"scripts": {
@@ -23,4 +23,4 @@
2323
"react-native-device-info": "^5.5.3"
2424
},
2525
"dependencies": {}
26-
}
26+
}

0 commit comments

Comments
 (0)