fixed #44
Some checks are pending
CSGOWTF/csgowtf/pipeline/head This commit looks good
CSGOWTF/csgowtf/pipeline/pr-dev Build queued...

This commit is contained in:
2022-01-31 18:58:39 +01:00
parent 4ba72c6faf
commit 5ce7f7fcc5

View File

@@ -85,21 +85,24 @@
<!-- AuthCode input -->
<div class="form-outline mb-4">
<input id="track-authcode" v-model="data.userData.authcode" class="form-control bg-secondary"
placeholder="AuthCode*"
placeholder="AuthCode (required)"
required type="text"/>
</div>
<!-- ShareCode input -->
<div class="form-outline mb-2">
<input id="track-sharecode" v-model="data.userData.sharecode" class="form-control bg-secondary"
placeholder="ShareCode"
placeholder="ShareCode (optional)"
type="text"/>
</div>
<div class="form-outline mb-4">
<small>You can find your AuthCode and ShareCode <a
href="https://help.steampowered.com/en/wizard/HelpWithGameIssue/?appid=730&issueid=128"
target="_blank">here</a>.</small>
<small>
<a href="https://help.steampowered.com/en/wizard/HelpWithGameIssue/?appid=730&issueid=128"
target="_blank">
Here you can find your AuthCode and ShareCode
</a>
</small>
</div>
<!-- Submit button -->