Skip to content

Commit 4b48245

Browse files
committed
feat: add whitelabeling to login page
1 parent f246828 commit 4b48245

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

application/src/components/Login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const Login: React.FC<LoginProps> = ({ onLogin }) => {
4343
<div className="login-container">
4444
<div className="login-description-header">
4545
<h1>Dataspace</h1>
46-
<h3>IRNAS</h3>
46+
<h3>{process.env.REACT_APP_TITLE}</h3>
4747
<p>This Portal is a sample implementation of the dataspace REST APIs.</p>
4848
</div>
4949
<div className="login-card">

0 commit comments

Comments
 (0)