feat: add invited_by attribute
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
cellarspoon
2022-01-10 09:40:16 +01:00
parent e347b1eed1
commit 3138a2964f
2 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,8 @@
<label for="password">Password:</label>
<input type="password" name="password" />
<input type="hidden" name="invited_by" value="{{ username }}"/>
<input type="submit" />
</form>