Le formatting
This commit is contained in:
parent
a062e9be06
commit
b4e2cfad7a
@ -1,4 +1,11 @@
|
|||||||
import { Container, Heading, Link, ListItem, Text, UnorderedList } from "@chakra-ui/react";
|
import {
|
||||||
|
Container,
|
||||||
|
Heading,
|
||||||
|
Link,
|
||||||
|
ListItem,
|
||||||
|
Text,
|
||||||
|
UnorderedList,
|
||||||
|
} from "@chakra-ui/react";
|
||||||
|
|
||||||
export default function () {
|
export default function () {
|
||||||
return (
|
return (
|
||||||
|
@ -10,7 +10,7 @@ import {
|
|||||||
Input,
|
Input,
|
||||||
Stack,
|
Stack,
|
||||||
StackDivider,
|
StackDivider,
|
||||||
Text
|
Text,
|
||||||
} from "@chakra-ui/react";
|
} from "@chakra-ui/react";
|
||||||
import { type FormEvent, useState } from "react";
|
import { type FormEvent, useState } from "react";
|
||||||
|
|
||||||
@ -19,12 +19,12 @@ export async function loader({ context }: { context: RequestContext }) {
|
|||||||
|
|
||||||
if (!currentUser)
|
if (!currentUser)
|
||||||
throw new Response(null, {
|
throw new Response(null, {
|
||||||
status: 401
|
status: 401,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!(currentUser & 1 << 5))
|
if (!(currentUser & (1 << 5)))
|
||||||
throw new Response(null, {
|
throw new Response(null, {
|
||||||
status: 403
|
status: 403,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -108,8 +108,8 @@ export default function () {
|
|||||||
<Heading size="lg">Indemnification</Heading>
|
<Heading size="lg">Indemnification</Heading>
|
||||||
<br />
|
<br />
|
||||||
<Text>
|
<Text>
|
||||||
You agree to defend, indemnify and hold harmless Wells Studios AB and its
|
You agree to defend, indemnify and hold harmless Wells Studios AB and
|
||||||
licensee and licensors, and their employees, contractors, agents,
|
its licensee and licensors, and their employees, contractors, agents,
|
||||||
officers and directors, from and against any and all claims, damages,
|
officers and directors, from and against any and all claims, damages,
|
||||||
obligations, losses, liabilities, costs or debt, and expenses (including
|
obligations, losses, liabilities, costs or debt, and expenses (including
|
||||||
but not limited to attorney's fees), resulting from or arising out of a)
|
but not limited to attorney's fees), resulting from or arising out of a)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user