Commit 6d5599f2 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch...

Merge branch '337826-unable-to-delete-a-user-due-to-whitespace-problem-at-verification-stage' into 'master'

Resolve "Unable to delete a user due to whitespace problem at verification stage"

See merge request gitlab-org/gitlab!67660
parents 694078cb 1a7a10a6
......@@ -117,7 +117,7 @@ export default {
<p>
<gl-sprintf :message="s__('AdminUsers|To confirm, type %{username}')">
<template #username>
<code>{{ username }}</code>
<code class="gl-white-space-pre-wrap">{{ username }}</code>
</template>
</gl-sprintf>
</p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment