Skip to content

Commit

Permalink
Merge pull request #471 from MAIF/ga-fix
Browse files Browse the repository at this point in the history
🐛 html must be a boolean
  • Loading branch information
pierrebruninmaif authored Dec 8, 2020
2 parents 76df752 + ae9761e commit c89cc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion izanami-server/javascript/src/izanami/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export class LoggedApp extends Component {
options: {
title:
'<span><strong>Create a user</strong></span><button type="button" class="close cancel float-right" >&times;</button>',
html: "true",
html: true,
content:
'<p>You\'re using a temporary user, please create a dedicated one here</p><a class="btn btn-primary float-right click" href="/users/add">Create user</a>',
container: "body"
Expand Down

0 comments on commit c89cc55

Please sign in to comment.