Error and succes messages when you change password as user
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
<input type="password" name="password" id="new" required>
|
||||
<span>Bekræft Nyt Password:</span>
|
||||
<input type="password" name="confirmpassword" id="confirm" required>
|
||||
{!! session()->get('error#notsamepass') !!}
|
||||
{!! session()->get('error#oldpass') !!}
|
||||
<button type="submit" class="btn text-center btn-sde-blue mt-1">Rediger</button>
|
||||
</form>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user