-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15490ea
commit 9a19cf4
Showing
4 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,6 +51,7 @@ export const VEILEDER_DEFAULT = new Veileder( | |
"Vetle", | ||
"Veileder", | ||
"[email protected]", | ||
true, | ||
"12345678" | ||
); | ||
|
||
|
@@ -61,6 +62,18 @@ export const ANNEN_VEILEDER = new Veileder( | |
"Valdemar", | ||
"Vaileder", | ||
"[email protected]", | ||
true, | ||
"12345678" | ||
); | ||
|
||
export const INAKTIV_VEILEDER_IDENT = "Z980000"; | ||
|
||
export const INAKTIV_VEILEDER = new Veileder( | ||
INAKTIV_VEILEDER_IDENT, | ||
"Viktor", | ||
"Villeder", | ||
"[email protected]", | ||
false, | ||
"12345678" | ||
); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters